J. Decker wrote:
> The block level items I'm working on...where you see extra styling are
> styles I didn't bother to copy into the test doc, because they didn't
> impact the hover issue.
>
> Thanks again for your help!
>
> Jona
You may be styling some more on that link, but as the h3 is the only
Hi Jona,
Change:
#tracklist .track-desc h3:hover {
color: #eb6810;
}
To:
#tracklist a:hover h3 {
color: #eb6810;
}
Tested here in IE6 and FF2/win
Brian
__
css-discuss [EMAIL PRO
Hi-
Hoping someone can help with a design issue that has me a bit stymied.
The design calls for wide boxes containing a little flash preview, a
title (h3), some description and a bunch of details. The entire box
should be a link.
On hover, the background of the entire box should change AND the h