Closed Bug 183127 Opened 22 years ago Closed 22 years ago

when I mouse over on the text on the left, all my text turn red without reason

Categories

(SeaMonkey :: General, defect)

x86
Windows 2000
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED INVALID

People

(Reporter: lloyd, Assigned: asa)

References

()

Details

User-Agent:       Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.2) Gecko/20021126

With IE the text color stay black and only the link are higlighted as ligt red
when they are mouse-hovered.
With Mozilla, all the text turn red, and blik back or red again in quite an
unpredictable way.

Reproducible: Always

Steps to Reproduce:
1. go to http://csgl.sourceforge.net
2. move the mouse around the core text on the left
3.

Actual Results:  
All the text tend to have a red font color most of the time, whereas it should not

Expected Results:  
The text should have stayed black and only the link should have been higlighted,
and only when the mouse is over them
Also happens with nightly 2002120204 on WIN2K.
Why should it not ?
:hover {
	color : #FF2020; 
	background-color : transparent;
	text-decoration : none; 

(:hover applies to all elements, not just
links.
You can use the selector : 
".content:link:hover, .content:visited:hover" )

-> invalid (works as expected and yes it's different in IE)
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → INVALID
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.