treehouse : what would you like to learn today?
Web Design Web Development iOS Development

[Solved] Does anyone have experience with Nivo Slider?

  • I can't get the thumbnails to display. If you use firebug you can see they're loading as they should.

    I used these instructions (rel= method).

    I've set-up a demo site here.

    It's probably something simple like a z-index issue, but I'll be damned if I can figure it out. Any help would be great.

    Thank you,
    Charlie
  • under .nivo-controlNav a { delete the following lines:
    display:block,
    float:left,
    margin:right


    and under #slider a { delete:
    display:block

    I turned these off in firebug and they magically appeared in what looks like the right place, no idea why though!!
  • It was the negative indent!

    I had a negative indent on the .nivo-controlNAV a to bump type links off page when I wasn't using the thumbnails.

    Thank you!
  • Now i have had another look it is so obvious! I think I was turning things off and on willy-nilly to get them to show ;)