> 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
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 s
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
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 appreci
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
___
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 {
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 }
... li:firs