Evan043 wrote:
Quote:
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 
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