Hello,
I basically trying to place texts on top of images.
I have this in css:
#bannernavtext {margin: 200px 0 0 750px; font-color:black; z-index:0; }
#nav li { float: left; margin: 0 0 0 4px; list-style: none; background: url('images/banner nav.jpg') no-repeat top; z-index:-1;}
#nav li.activeSlide a { /* background: #88f */ width: 310px; margin: 0 0 0 -18px; background: url('images/banner nav klik.jpg') no-repeat top; z-index:-1;}
the banner text suppose to be on top of the navigation images correct ?
In actually, I do not see them on top the images, they are bellow the images.