Closed Bug 125220 Opened 23 years ago Closed 23 years ago

onmouseover and CSS hover conflict - Worked on 0.9.7, doesn't on 0.9.8

Categories

(SeaMonkey :: General, defect)

x86
Linux
defect
Not set
normal

Tracking

(Not tracked)

RESOLVED DUPLICATE of bug 125221

People

(Reporter: pedro.alves, Assigned: asa)

References

()

Details

This piece of HTML code should swap "Teste" to red when the mouse is over the
link. Does not work, allthough the status line changes. If I change the function
to onmouseover="window.status='Teste'" (without the return true), the css works
but does not change the status bar. In 0.9.7, the css worked but the status did
not change. Here is the code:

<html><head>
<style type="text/css">
a{color : blue; }
a.menulogin:active{ color : red;}
a.menulogin:hover { color : red;}
</style><title>Gest

*** This bug has been marked as a duplicate of 125221 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Product: Browser → Seamonkey
You need to log in before you can comment on or make changes to this bug.