Closed
Bug 38363
Opened 25 years ago
Closed 25 years ago
The borders on the layers are not positioned/aligned correctly
Categories
(Core :: CSS Parsing and Computation, defect, P3)
Tracking
()
VERIFIED
INVALID
People
(Reporter: jbenson, Assigned: pierre)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/4.0 (compatible; MSIE 5.01; Windows 98)
BuildID: 2000033112
This page that I created specifically during a site design to test against
various browsers is incorrectly displayed in all current major browsers
including Mozilla, IE and Opera. The borders on the layers should align to
form a grid (for a tweaked version of the page see http://aonano.ocean.com.au/
which includes two separate style sheets as IE is broken differently to
Mozilla/Opera).
Reproducible: Always
Steps to Reproduce:
1. Create a style sheet that has layers with borders
2. Set it up so that those borders are only 1 pixel wide
3. Position the layers so the borders SHOULD align
Actual Results: The borders do not align.
Expected Results: Correctly rendered the layers/borders.
You can have the layers appear to render correctly by repositioning some of the
layers.
Feel free to do a diff on:
http://aonano.ocean.com.au/aonano_ns6.css (the tweaked version)
and
http://aonano.ocean.com.au/stndlayout/aonano.css
One I did when originally setting up the comparison is available as:
http://aonano.ocean.com.au/stndlayout/diffs_ns6.txt
Comment 1•25 years ago
|
||
Your CSS is wrong. Mozilla is right.
The values of 'width' and 'height' don't include the 'border-width'.
See the CSS2 Spec. 10.3.7 and 10.6.4.
http://www.w3.org/TR/REC-CSS2/visudet.html#abs-non-replaced-width
http://www.w3.org/TR/REC-CSS2/visudet.html#abs-non-replaced-height
Marking INVALID.
Status: UNCONFIRMED → RESOLVED
Closed: 25 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•