So i just noticed Css-tricks was behind the slider i was using, its amazing so first thanks for that.
Im trying to position numbers over my images in the slider.
p id="text1" >1
But when i add it under
ul id="slider"
They simply dont display, but when i add it outside <ul id="slider"> they display but not like i want them to.
Example on my site: http://jakudesign.com/slider/simple.html
So i just noticed Css-tricks was behind the slider i was using, its amazing so first thanks for that.
Im trying to position numbers over my images in the slider. p id="text1" >1
But when i add it under ul id="slider"
They simply dont display, but when i add it outside
<ul id="slider">they display but not like i want them to. Example on my site: http://jakudesign.com/slider/simple.htmlNeed some help, really stuck on this.
Hi Dext3r!
If you don't care about IE7 and older, you can use css counters to add the numbers above each image. I ended up modifying the html a bit (demo):
and I used this css: