grow thumb hover

chemistry / 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 / 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 / 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-

This thread has been closed, thank you.