adding background over the main background

GK User
Tue Jun 21, 2011 8:11 am
Hello,
I would like to add a background over the body background, creating a new <div class="bg-additional">


Thanks for you help

Federico
User avatar
Fresh Boarder

GK User
Tue Jun 21, 2011 10:52 pm
Try a z-index in the class styling.

Example
Code: Select all
.yourclass {
   position:absolute;
   z-index: 100
}


This may be worth a read w3shools positioning
User avatar
Expert Boarder


cron