Need help with this...(dealing with layers)

message from Evan043 on 21 Jul 2004
I made a background image for the heading area. with photoshop. I inserted the
picture(at the top of course) inside of a layer. So now that I've done this I
want to put buttons ON TOP of the image. How can I do this? When I try it the
buttons go behind the image I made in photoshop. Thankyou :)
 
John Gaver replied to Evan043 on 20 Jul 2004
Set the "z-index" number of the menu layer to a higher number than the
banner layer's "z-index" number.

John Gaver
Action America
(forget everything to contact me direct)

Microsoft: (n) Job security for IT consultants.
 
Josh Johnson replied to Evan043 on 20 Jul 2004
A layer is actually an absolutely positioned <div>, so make sure that
you select that div before inserting the buttons inside. Better yet
though, you may be able to remove that div altogether and use CSS to
place the background image on the <body>, and use the norepeat or
repeat-x attributes to keep it from repeating down the page.

- Josh
 

Archived message: Need help with this...(dealing with layers) (Macromedia Dreamweaver Web Design)