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)
Tech Evangelism Graveyard
Other
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: bugs, Assigned: piskozub)
References
()
Details
Attachments
(1 file)
|
37.89 KB,
text/html
|
Details |
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
Comment 1•23 years ago
|
||
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
| Assignee | ||
Comment 2•23 years ago
|
||
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
| Assignee | ||
Updated•23 years ago
|
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.
| Assignee | ||
Comment 4•23 years ago
|
||
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.
| Assignee | ||
Comment 5•23 years ago
|
||
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 ;-)
| Assignee | ||
Comment 6•23 years ago
|
||
This changes all .foo:hover into a.foo:hover.
| Assignee | ||
Comment 7•23 years ago
|
||
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
| Assignee | ||
Comment 9•23 years ago
|
||
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 :-(
| Assignee | ||
Updated•23 years ago
|
Alias: megahardver.hu
| Assignee | ||
Updated•23 years ago
|
Target Milestone: Sep → Oct
| Assignee | ||
Comment 10•23 years ago
|
||
Sent the second letter with David's advice included.
Target Milestone: Oct → Dec
| Assignee | ||
Comment 11•23 years ago
|
||
No change. Futuring the bug.
Severity: normal → minor
Target Milestone: Dec → Future
| Assignee | ||
Comment 12•23 years ago
|
||
Looks fixed to me. Marking as such.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
| Assignee | ||
Updated•22 years ago
|
Component: Europe: Central → Other
Target Milestone: Future → ---
Updated•10 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
•