Closed
Bug 189588
Opened 22 years ago
Closed 22 years ago
navigation menu items don't change color
Categories
(Core :: Layout, defect, P2)
Core
Layout
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jud, Unassigned)
References
()
Details
Attachments
(1 file)
|
4.03 KB,
text/html
|
Details |
using winXP build 2003011713
The navigation bar on the left of said URL contains items like "news" "sports"
"TV" "Games" etc. If you move the mouse over those items, they are supposed to
change color (from blue to red) however, only the first on you hover over turns
color. Each time you hover over a new one, it should change color.
I *think* it's an image map.
Comment 1•22 years ago
|
||
wow, that's interesting html code
Yes, it is an imagemap. However, the text is not part of the map, but is just in
a <div>.
the code that gets run onmouseover of the area of the <map> is highly
interesting (http://cdn.netscape.com/_media/wpsite/ln.js)
anyway... not sure where this belongs...
I grabbed the source from home.netscape.com and just recreated
the map/area piece. I embedded ln.js into the simplified test
so the only remaining external pieces are the CSS files
(but the 2nd is the "used" one)
http://cdn.netscape.com/_media/wpsite/tonr_pc_ns5.css
From the looks of this we are not doing "onmouseout"'s till we get off
the entire "map" instead of each individual area like ie/ns4 do.
Using Mozilla, to make the links "red" you need to move in and out
from the right (or left), slowly and the cursor has to be dead on
one of them (and not spanning another one at all).
Comment 4•22 years ago
|
||
jkeiser, know anything about this business of not firing mouseout events when we
should be? ;)
| Reporter | ||
Comment 5•22 years ago
|
||
I suspect this same problem is showing up when mousing over the menu images in
the middle of this URL http://www.gaiam.com/greenmarket/ - the status bar
changes only when you mouse in/out of the whole image.
Comment 6•22 years ago
|
||
here's another not working menu http://www.ausopen.org/. it probably relates to
this bug
Comment 7•22 years ago
|
||
->layout
Assignee: jdunn → other
Component: ImageLib → Layout
QA Contact: tpreston → ian
Updated•22 years ago
|
Priority: -- → P2
| Reporter | ||
Comment 8•22 years ago
|
||
this is now working on my winxp trunk build: 2003021908, when visiting
home.netscape.com
Comment 9•22 years ago
|
||
http://www.ausopen.org/ works for me as well with 20030221
| Reporter | ||
Comment 10•22 years ago
|
||
closing this.
Status: NEW → RESOLVED
Closed: 22 years ago
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•