views:

137

answers:

1

http://scriptbase.com/scripts/viewer.php The rounded bottom div is supposed to partially cover the thumbnails for aesthetic effect. The problem, is, though, that it seems to prevent all mouseovers in those two (inside the control box and inside the thumbnails wrapper). What's going wrong here and how do I fix it?

A: 

Z-indexing is cryptic. Seems to me that setting the negative z-index on '.thumbs' is enough. Simply remove the z-index declaration on '.controls' and they come back to life. (You probably also want to remove the resulting top-border aswell).

graphicdivine