I'm having this 1 problem and it's driving me nuts. I was wondering if someone can help out.
I have a div called 'slider' which is basically a jquery slider with 3 images. I created another div called mybox which looks like this in my css file
My html looks like this...PHP Code:.mybox{
position: relative;
background:url(../images/mybox.png) 20% 7px no-repeat !important;
height: 322px;
I would like my div with the image mybox.png to lie on top of my slides. Is there any way to do this?PHP Code:<div class="slider">
<div id="s4" class="pics">
<div class="mybox"> <div class="slide"><div class="clear"><img src="images/peoples_choice.jpg" alt="customer service" /></div></div> </div>
<div class="slide"><div class="clear"><img src="images/mobiles.jpg" alt="mobiles" /></div></div>
<div class="slide"><div class="clear"><img src="images/traveling.jpg" alt="international travel" /></div></div>
</div>
</div>


Reply With Quote

Bookmarks