
Originally Posted by
RedSpinnaker
Homepage Images
Can someone please help me with the following:
I have disabled the left side slide out panel, and all but one banner image in the "homepageslide" banner group.
Also I have set the hometop banner to HTML text.
Now what I want to do is to have the homepageslide banner image placed behind the hometop banner text. The effect I am looking for is to have the HTML text appear in front of the banner image.
I may be on the wrong track, but I am guessing that I need to code something like this for the homepageslide banner image, . . img {
position: absolute;
left: 0px;
top: 0px;
z-index: -1;
}
Can anyone help ?
Bookmarks