CSS
-Tricks
treehouse :
what would you like to learn today?
Web Design
Web Development
iOS Development
Show search box
Search
Search in:
All
Articles
Forums
Snippets
Videos
✕
Home
Forums
Snippets
Gallery
Videos
Almanac
Demos
Lodge
Navigation 'n' Search
Forums
Illustration by Nick Sirotich
Forums
»
CSS Combat
[Solved] Does anyone have experience with Nivo Slider?
charlie
Permalink to comment
#
July 2011
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
Mitchell
Permalink to comment
#
July 2011
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!!
charlie
Permalink to comment
#
July 2011
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!
Mitchell
Permalink to comment
#
July 2011
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 ;)
Add a Comment
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
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!!
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!