Closed Bug 166032 (megahardver.hu) Opened 23 years ago Closed 23 years ago

www.megahardver.hu - [CSS] Mouseover mess

Categories

(Tech Evangelism Graveyard :: Other, defect, P4)

Tracking

(Not tracked)

RESOLVED FIXED

People

(Reporter: bugs, Assigned: piskozub)

References

()

Details

Attachments

(1 file)

Just load the URL, and move the mouse above different part of the article (inside the biggest border): -Title -Author -Date -Body text -Images (and the areas around them) Depending on where do you move the mouse and what speed (it may jump some areas), the text style --color: black, blue, red and attributes: normal, underlined, red underlined-- changes to different sets, what is very annoying. Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.1) Gecko/20020826
Well, the page author asked for it: .cikk:hover {text-decoration: underline; color: red;} --> Tech Evangelism
Assignee: dbaron → piskozub
Status: UNCONFIRMED → NEW
Component: Style System → Europe: Central
Ever confirmed: true
OS: Linux → All
Product: Browser → Tech Evangelism
QA Contact: ian → pali
Hardware: PC → All
Version: other → unspecified
That's funny. I see the red underlines while hovering over the text while using mozilla 1.1. Mozilla 1.0.1 show everything OK. Was there a .hover bug patched recently? Accepting.
Status: NEW → ASSIGNED
Priority: -- → P4
Target Milestone: --- → Aug
Summary: Mouseover mess → www.megahardver.hu - [CSS] Mouseover mess
Target Milestone: Aug → Sep
Don't miss the author-date line, where hovering the date makes it blue, but hovering author makes _both_ author and date blue.
It seems :hover working only on link element was fixed in May in bug 5693. But it seems the fix was never checked into the 1.0 branch (contrary to comment 5693#204) or there was a regression. I'll check this tomorrow with Netscape7. If I am right N7 has this bug (and therefore will show the p[age as the author intended, and not as CSS directs). Anyway, this does not change the fact that the Webmaster is wrong using ".cikk:hover" instead of ".cikk a:hover", etc.
As expected, Netscape7 does not see the problem as it is based on mozilla 1.0.1. It seems the webmaster'e email is matusekl@hotmail.com. I got this from http://www.megahardver.hu/impresszum.php. I hope "design, html" means the same in Hungarian ;-)
This changes all .foo:hover into a.foo:hover.
Ignore my comment #4. The correct CSS is: a.cikk:hover In similar fashion I propose the whole set of rules for cikk: .cikk {font-family: Verdana;font-size: 10pt;color: black;} a.cikk:link {text-decoration: underline; color: blue;} a.cikk:visited {text-decoration: underline; color: blue;} a.cikk:active {text-decoration: underline; color: blue;} a.cikk:hover {text-decoration: underline; color: red;} I've sent the evangelism letter to mailto:matusekl@hotmail.com.
Two notes: * both bug 5693 and bug 96984 could be related * the suggested style rules may not be optimal - see http://www.people.fas.harvard.edu/~dbaron/css/1999/09/links
David: I will correct my suggestions in the second letter I will send to the author later this month. There was no reaction nor reply to the first :-(
Alias: megahardver.hu
Target Milestone: Sep → Oct
Sent the second letter with David's advice included.
Target Milestone: Oct → Dec
No change. Futuring the bug.
Severity: normal → minor
Target Milestone: Dec → Future
Looks fixed to me. Marking as such.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
Component: Europe: Central → Other
Target Milestone: Future → ---
Product: Tech Evangelism → Tech Evangelism Graveyard
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Creator:
Created:
Updated:
Size: