Closed
Bug 153473
Opened 23 years ago
Closed 23 years ago
ccra-adrc.gc.ca - mouseover changes size of text
Categories
(Tech Evangelism Graveyard :: English US, defect)
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: jason.barnabe, Assigned: doronr)
References
()
Details
(Whiteboard: [havecontact])
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.1a) Gecko/20020611
BuildID: 200206104
Visit http://www.ccra-adrc.gc.ca/eservices/tipsonline/services-e.html and notice
the the side menu (under TIPS).
In Mozilla, the items are not underlined. A menu item becomes underlined,
lighter red, and slightly smaller when the cursor is over it.
In IE6, the items are always underlined. A menu item becomes lighter red and
remains the same size when the cursor is over it.
I don't know which one is "right", if either. But they're different.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.ccra-adrc.gc.ca/eservices/tipsonline/services-e.html
2. Put cursor on side menu items.
The problem is that there's a CSS error in the stylesheet (an extraneous comma
in the line):
.sideMenuUL a,{ color : Maroon; font-size : 95%; text-decoration : underline;}
(It's also worth mentioning that 'cursor: hand' should be 'cursor: pointer', or,
if they care about supporting IE's brokenness, 'cursor: hand; cursor: pointer'.
->Evang
Assignee: attinasi → doron
Component: Layout → US General
Product: Browser → Tech Evangelism
QA Contact: petersen → zach
Version: other → unspecified
Comment 2•23 years ago
|
||
strange, they haven't fixed the code, but it behaves normal now - does Mozilla
now read this CSS rule?
Comment 3•23 years ago
|
||
It does appear to be working correctly now. It may be due to the new almost
standards mode. If necessary, the contact is comments@rc.gc.ca.
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → WORKSFORME
Summary: Text Mouse-Over Changes Size Of Text → ccra-adrc.gc.ca - mouseover changes size of text
Whiteboard: [havecontact]
Updated•11 years ago
|
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•