Forums » Customize

grow thumb hover

chemistry
UNITED STATES
2008-06-30 00:50:23
 

i want to make the grow thumbnails have a red bottom border pop up on hover. i've snooped around the css but can't seem to find any code to alter a margin since it works off the background color.

arsondpi
GREECE
2008-06-30 20:20:55
 

once again, as mr. Antoine Lafontaine and Vaska and Eloisa and me and many others mentioned before, use Firefox with Firebug for css problem solving.

.grow a:hover { border-bottom: 10px red solid; }
.grow a { border-bottom: 10px transparent solid; }

you may need a img tag to accompany these...someone please correct me if I'm mistaken-

arsondpi
GREECE
2008-06-30 20:21:32
 

once again, as mr. Antoine Lafontaine and Vaska and Eloisa and me and many others mentioned before, use Firefox with Firebug for css problem solving.

.grow a:hover { border-bottom: 10px red solid; }
.grow a { border-bottom: 10px transparent solid; }

you may need a img tag to accompany these...someone please correct me if I'm mistaken-

Showing 1 - 3 of 3 posts in Forum > Customize > grow thumb hover
 

You need to be logged in to post.