Closed
Bug 141349
Opened 23 years ago
Closed 23 years ago
CSS attribute 'border' is not rendering at all
Categories
(Core :: CSS Parsing and Computation, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: eric, Assigned: dbaron)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:0.9.9+)
Gecko/20020426
BuildID: 2002042608
I have tried getting both the 'border' and the ('border-left', 'border-top',
...) attributes to render, for border widths from 1 to 30. It acts as though I
have not specified any border at all.
Check out http://www.ericr.org/Test2.html for a quick example.
Reproducible: Always
Steps to Reproduce:
1. Visit http://www.ericr.org/Test2.html
2. Notice there is no rendered border around the text on the page
3. View page source to see that there should be a 30-pixel red border around
some text.
Actual Results: Got frustrated. :-)
Expected Results: Made me a happy web developer.
You guys have completed almost everything I use in web design on a daily basis.
Finally, Internet Exploder has some real competition! Thanks for all of the
hard work.
Reporter | ||
Comment 1•23 years ago
|
||
This bug is my fault. I did not specify the unit identifier after the border's
thickness value:
border: 1 solid red;
does not work. But
border: 1px solid red;
does work. I should refer to the specification first before submitting a bug
next time. Sorry!
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•