Closed
Bug 171849
Opened 22 years ago
Closed 22 years ago
css style doesnt render properly (scrollbar)
Categories
(Core :: DOM: CSS Object Model, defect)
Tracking
()
People
(Reporter: Corporal_Pisang, Assigned: jst)
Details
<style type="text/css">
A:link {
COLOR: #536f88; TEXT-DECORATION: none
}
A:visited {
COLOR: #536f88; TEXT-DECORATION: none
}
A:hover {
COLOR: #ffffff; BACKGROUND-COLOR: #7E4393; TEXT-DECORATION: none
}
body { overflow-x:hidden; }
body
{
scrollbar-face-color:#7E4393;
scrollbar-highlight-color:#FFFFFF;
scrollbar-3dlight-color:#E8E9EC;
scrollbar-shadow-color:#D0D2D9;
scrollbar-darkshadow-color:#BCBEC5;
scrollbar-track-color:#D0D2D9;
scrollbar-arrow-color:#FFFFFF;
}
</style>
all the text-decoration works perfectly but not the scrollbar which render fine
in i.e. but not in mozilla.
a fix will be great as pages created with this code looks nice on i.e. but
really really ugly in mozilla.
Comment 1•22 years ago
|
||
*** This bug has been marked as a duplicate of 77790 ***
Severity: blocker → normal
Status: UNCONFIRMED → RESOLVED
Closed: 22 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•