Re: [css-d] Multiple elements changing on hover

2007-05-18 Thread James Gadrow
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

Re: [css-d] Multiple elements changing on hover

2007-05-18 Thread Brian Crescimanno
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

[css-d] Multiple elements changing on hover

2007-05-18 Thread J. Decker
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