1
Thanks a lot! Now it works perfectly :)
Just another question:
Is there a way to put the .navBulletsWrapper div inside another div? Something like this:
<div id="slider">
<img src="images/slider01.jpg" />
<img src="images/slider02.jpg" />
<img src="images/slider03.jpg" />
<div class="background-div"><div class="navBulletsWrapper">...</div></div>
</div>
The code for the bullets is put automatically, I wonder if there is a way to manipulate this.
Thanks!