Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Dreamweaver/html help D:
#9
XTOTHEL Wrote:I never ever use the slicing tool in Photoshop...what you should be looking for is exporting each item individually and then using div layers to layer them, with the help of CSS of course. Smile

Unfortunately, thanks to my school's logic of things, I've taken no coding classes, yet they require this as a final >_> makes total sense, right? So slicing was the only thing I knew how to do. Guess I'll look up a youtube tutorial on that D:

happylight Wrote:Not sure if this is what you want but making a button that changes on mouse over is something like this
Code:
<html>
   <head>
      <style>
         .button a {
            display: block;
            width : 100px;
            height : 20px;
            background: url(foo.jpg);
         }

         .button a:hover {
            background: url(bar.jpg);
         }
      </style>
   </head>
   <body>
      <div class="button"><a href="#">link</a></div>
   </body>
</html>

I'll try that, Jay. DW trial ran out so I gotta go be a pirate ._.

Is there any way to just set lightboxes on top of your layout, as opposed to having it shift around?

Like in 6:11 of this video (http://www.youtube.com/watch?v=kEtDT4KsL-Q) he just drags and drops it, but the pre-made layout he used already has that section divided up. How do I do that if I've made a layout in photoshop...as opposed to using a pre-made template?
Reply


Messages In This Thread
Dreamweaver/html help D: - by icephoenix21 - 2012-03-22, 03:50 PM
Dreamweaver/html help D: - by sicnarf - 2012-03-22, 07:46 PM
Dreamweaver/html help D: - by XTOTHEL - 2012-03-22, 08:19 PM
Dreamweaver/html help D: - by sicnarf - 2012-03-22, 08:28 PM
Dreamweaver/html help D: - by icephoenix21 - 2012-03-23, 11:29 AM
Dreamweaver/html help D: - by icephoenix21 - 2012-04-26, 11:51 PM
Dreamweaver/html help D: - by XTOTHEL - 2012-04-27, 01:13 AM
Dreamweaver/html help D: - by happylight - 2012-04-27, 01:21 AM
Dreamweaver/html help D: - by icephoenix21 - 2012-04-28, 01:14 AM
Dreamweaver/html help D: - by iamflip - 2012-04-28, 01:31 PM
Dreamweaver/html help D: - by happylight - 2012-04-28, 11:50 PM
Dreamweaver/html help D: - by icephoenix21 - 2012-04-29, 09:27 PM
Dreamweaver/html help D: - by iamflip - 2012-04-30, 07:22 PM

Forum Jump:


Users browsing this thread: