Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

<UL> Mozilla/NS bug? 1

Status
Not open for further replies.

maharg

Technical User
Mar 21, 2002
184
Hi folks,

I'd like to know how I can stop <ul><li>contents</li></ul> from behaving like rollovers in Mozilla.

Am I doing something wrong or is this a bug in Mozilla? Similar effect in NS6.2, but the rollover only occurs when my mouse is to the side of the text.

Example page at
css relative source at
Thanks and regards,

Graham
 
Change your css pseudo-class attribute from
Code:
:link
to [a:link], same for
Code:
:visited, :active, :hover
. Absent an explicit tag reference, Mozilla is apparently applying the pseudo-classes to the
Code:
ul
from the previous line.
 
Hi wray,

Great - thanks mate !

Graham
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top