[css-d] Firefox :hover bug?

2006-03-17 Thread Vidar Ramdal
Firefox seems to ignore rules with selectors like .classname:hover. See http://home.no.net/vramdal/test.html for an example. The gray square is a div with class=classname. There's a CSS rule saying: .classname:hover {border: 1px solid red}, but no red border appears in Firefox when I hover over

Re: [css-d] Firefox :hover bug?

2006-03-17 Thread Philippe Wittenbergh
On Mar 17, 2006, at 6:55 PM, Vidar Ramdal wrote: Firefox seems to ignore rules with selectors like .classname:hover. See http://home.no.net/vramdal/test.html for an example. The gray square is a div with class=classname. There's a CSS rule saying: .classname:hover {border: 1px solid

Re: [css-d] Firefox :hover bug?

2006-03-17 Thread Vidar Ramdal
On Mar 17, 2006, at 6:55 PM, Vidar Ramdal wrote: Firefox seems to ignore rules with selectors like .classname:hover. See http://home.no.net/vramdal/test.html for an example. The gray square is a div with class=classname. There's a CSS rule saying: .classname:hover {border: 1px

[css-d] Firefox :hover bug?

2005-05-25 Thread Ryan Cannon
I'm having trouble isolating/working around a seeming :hover bug in Firefox. If you look at my site's navigation bar[1], the tabs disappear when you hover over the list. The stylesheet is essentially as follows: ... li:first-child { background-position: 0px 0px; width: 28px } ...

Re: [css-d] Firefox :hover bug?

2005-05-25 Thread Justin Patrin
On 5/25/05, Ryan Cannon [EMAIL PROTECTED] wrote: I'm having trouble isolating/working around a seeming :hover bug in Firefox. If you look at my site's navigation bar[1], the tabs disappear when you hover over the list. The stylesheet is essentially as follows: ... li:first-child {

Re: [css-d] Firefox :hover bug?

2005-05-25 Thread brian ally
I'm having trouble isolating/working around a seeming :hover bug in Firefox. If you look at my site's navigation bar[1], the tabs disappear when you hover over the list. Just FYI, it works fine for me with linux/mozilla 1.7.5, OS X/moz 1.6, OS X/FF 1.0.4

Re: [css-d] Firefox :hover bug? (Update: Mac OS only)

2005-05-25 Thread Ryan Cannon
Thank you all for your quick responses. Upon further invesigation, I've discovered this bug to be on Mac OS X-only, as I have received notice that the effect works fine on Windows XP, ME and Linux... and apparently only a more-recent version. Any help with pinning this down would be