Status: Unconfirmed
Owner: ----
Labels: Type-Bug Pri-2 OS-All Area-Misc
New issue 10599 by potoms.jan: CSS Hover colour problem
http://code.google.com/p/chromium/issues/detail?id=10599
Chrome Version : <Copy from: 'about:version'>
URLs (if applicable) :
Other browsers tested:
Add OK or FAIL after other browsers where you have tested this issue:
Safari 4:
Firefox 3.x: FAIL
IE 7:
IE 8:
What steps will reproduce the problem?
open the following html file:
<head>
<style type="text/css">
li {
color: white;
font-family: arial,helvetica,verdana,sans-serif;
font-size: 12px;
font-weight: bold;
}
a:visited { color: white; }
a:hover { color: grey; }
</style>
</head>
<body bgcolor="black">
<li><a href="">WELCOME</a></li>
</body>
What is the expected result?
The link as a whole changes in colour when hovering over it
What happens instead?
The colour changes except for a few pixels in the 'W'
Please provide any additional information below. Attach a screenshot if
possible.
Attachments:
bug.bmp 13.7 KB
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---