Nivo Slider Query

Hi Guys,

I’ve been trying to set up the Nivo Slider, I can get it to make the transitions, but for some reason the “arrows” and “dots” to manually select images will not appear. I know they are there as you can click where you should see them and the images change. Please see the link below:

http://www.donegalrental.com/index-nivo-test.html

Any solutions would be greatly appreciated.

Many Thanks,

Paul

Check your image paths. Shouldn’t it be this:


.nivo-controlNav a {
background:url([B]"../i[/B]mages/bullets.png") repeat scroll 0 0 transparent;
}

You were looking here:


.nivo-controlNav a {
background:[B]url("images/bullets.png[/B]") repeat scroll 0 0 transparent;


Hi Paul,

Cant believe I overlooked something so silly. Many thanks - worked a treat!

Regards,

Paul