Log in

View Full Version : Background image? Z-Index?



McSak
01-18-2007, 10:56 AM
I have a template that I'm trying to customize. It has a left sidebanner div and image.

How do I get text to appear on top of the image? By making the image a background-image in CSS? By specifying z-index?

Your help is GREATLY appreciated

benniaustin
01-18-2007, 04:09 PM
as a background:


.sidebar {
background:url(myimage.gif);
}

Twey
01-18-2007, 06:26 PM
Warning: the OP is a spambot.