Closed
Bug 242846
Opened 21 years ago
Closed 21 years ago
dotted-border <hr>s have these silly little fins at either end
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: sophia, Assigned: bugzilla)
References
()
Details
User-Agent: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a) Gecko/20040506 Firefox/0.8.0+
Build Identifier: Mozilla/5.0 (Macintosh; U; PPC Mac OS X Mach-O; en-US; rv:1.8a) Gecko/20040506 Firefox/0.8.0+
dotted-border <hr>s have these silly looking little fins at either end of them.
For example, check out the ones towards the bottom of http://jpfreeskool.org/
Reproducible: Always
Steps to Reproduce:
1. Look at <hr>s with dotted borders.
Actual Results:
weird fin thingies stick out from the ends of the <hr>s
Expected Results:
the <hr> should just be even and straight
Comment 1•21 years ago
|
||
HR.tabledivider
{
border-style: dashed ;
border-width: 1px ;
height: 2px ;
color: #000000 ;
width: 100% ;
padding: 0px ;
margin: 0px ;
}
What you're seeing is the render of the left and right border, as per the CSS.
The browser is rendering as it's been told to. The site should only specify a
border-top and border-bottom to avoid that effect.
Not a bug.
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•