Closed
Bug 283484
Opened 20 years ago
Closed 20 years ago
cursor type is incorrect when over DHTML menus
Categories
(Firefox :: Menus, defect)
Tracking
()
People
(Reporter: john, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.7.5) Gecko/20041107 Firefox/1.0
When positioning the cursor over the DHTML menus throughout the site, it changes
to a text insertion ("I-beam") cursor, rather than the more appropriate link
selection ("pointing finger") cursor type.
Reproducible: Always
Steps to Reproduce:
1. Go to the web site (http://www,cgsusa.com)
2. Position the cursor over any menu item in the green bar (HOME NEWS etc.)
3. Observe cursor type
Actual Results:
The cursor is incorrect, allowing unnecessary menu text selection. The actual
menus are still accessible, however.
Expected Results:
The arrow cursor should change to a pointing finger.
None.
Comment 1•20 years ago
|
||
.clLevel0over { color: white; background-color: #09f; cursor: hand;
layer-background-color: #C9BBBA }
"hand" is incorrect, it should be "pointer".
see also bug 40298 why
*** This bug has been marked as a duplicate of 40298 ***Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → DUPLICATE
Updated•18 years ago
|
QA Contact: bugzilla → menus
You need to log in
before you can comment on or make changes to this bug.
Description
•