Closed
Bug 150255
Opened 23 years ago
Closed 23 years ago
Scrollbars don't look right.
Categories
(Core :: Layout: Form Controls, defect)
Tracking
()
People
(Reporter: jason, Assigned: rods)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.0.0) Gecko/20020530
BuildID: 2002053012
If you look in IE6, at the same site, you will notice that the scrollbars have
been customised. Mozilla does not recognise this customisation, and as a
consequence, the site looks very ugly.
There are a large number of sites I have visited which demonstrate the same issues.
Generally however, congratulations on a beautiful browser!
Reproducible: Always
Steps to Reproduce:
1. go to http://www.joski.co.uk
2. compare scrollbars in IE6 and Mozilla.
Actual Results: Scrollbars appear differently in each browser. Mozilla does
not recognise the scrollbar customisation.
Expected Results: Should have recognised the code to customise the scrollbars.
I can supply all the HTML etc for the site if helpful.
<html>
<head>
<link href="local_style.css" rel="styleSheet" type="text/css">
<style>
* {
scrollbar-3d-light-color:#FFFFFF;
scrollbar-arrow-color:#000000;
scrollbar-base-color:#FFFFFF;
scrollbar-darkshadow-color:#FFFFFF;
scrollbar-face-color:#FFFFFF;
scrollbar-highlight-color:#FFFFFF;
scrollbar-shadow-color:#FFFFFF;
scrollbar-track-color:#FFFFFF;
}
</style>
</head>
Comment 1•23 years ago
|
||
*** This bug has been marked as a duplicate of 77790 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•