Closed
Bug 3113
Opened 26 years ago
Closed 26 years ago
Does not display <hr width='100%'> correctly
Categories
(Core :: Layout, defect, P2)
Tracking
()
People
(Reporter: jonathan_gengler, Assigned: troy)
References
()
Details
When I tried to go to my home page, the horizontal rule on my page which was to
take up 100% of the window took up too much space and necessitated horizontal
scrolling. This needs to be adjusted to mirror previous versions of Netscape.
This file is php3, but the underlying html tag display is the problem.
Jonathan Gengler
Comment 1•26 years ago
|
||
I'm not sure what you mean by 'necessitated horizontal scrolling', but I do
see a problem with <HR>. To jonathan_gengler@hotmail.com :: do you mean a
'redundant scrollbar' or do you mean 'grossly overwidth page'? By the way,
what date/build/OS were you using?
I tried the following HTML with four _win95_non-debug_ builds and in the two
most recent builds, I get a redundant horizontal scrollbar (with about 3px of
"slack"). It seems to be independent of the 'width' attribute of HR.
<html><head></head><body>
<hr>
</body></html>
--------+----------------------
build | Scrollbar? (YES/NO)
--------+----------------------
Jan29 | NO
Feb03 | NO
Feb05 | YES
Feb10 | YES
Status: NEW → RESOLVED
Closed: 26 years ago
Resolution: --- → DUPLICATE
Updated•25 years ago
|
Status: RESOLVED → VERIFIED
Comment 3•25 years ago
|
||
Verified Dup
You need to log in
before you can comment on or make changes to this bug.
Description
•