Closed
Bug 306311
Opened 19 years ago
Closed 19 years ago
HR (horizontal rule) not drawn using the specified colour style (style="color:red;")
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: fotang, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+ Build Identifier: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.8b3) Gecko/20050712 Firefox/1.0+ In <hr style="color:red;height:5px;" />, the colour is not respected: the hr is not drawn in red. In IE 6, the hr is drawn in the specified colour (here, red). Reproducible: Always the following hr should be drawn in red (works in IE 6). <hr style="color:red;height:5px;" />
Comment 1•19 years ago
|
||
As discussed on irc, color sets the text color. background-color and border-color should give the effect you want.
Status: UNCONFIRMED → RESOLVED
Closed: 19 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•