Closed
Bug 273156
Opened 20 years ago
Closed 20 years ago
<body scroll=no > view a scrolling bar if page is 98% of client dimension
Categories
(Firefox :: General, defect)
Tracking
()
RESOLVED
INVALID
People
(Reporter: publicocean0, Assigned: bugzilla)
References
Details
User-Agent: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; .NET CLR 1.0.3705) Build Identifier: code : <body scroll=no > Firefox view a scrolling bar if page is 98% or upper of client dimension but not is bigger then client dimension. Reproducible: Always Steps to Reproduce: 1. 2. 3. Expected Results: the scrolling bar must be hide.
Comment 1•20 years ago
|
||
This doesn't appear to be a valid attribute for <BODY> per the HTML 4.01 spec.
Summary: <body scroll=no > view a scrolling bar if page is 98% of client dimension → <body scroll=no > view a scrolling bar if page is 98% of client dimension
Comment 2•20 years ago
|
||
Easiest thing to do when you find an unsupported thing like that is to google it - in this case, googling "body scroll attribute" gives an MSDN page saying "Standards Information There is no public standard that applies to this property." so you can be fairly certain it isn't going to be implemented. This time, the standards-compliant workaround is easier than some: <body style="overflow:hidden;"> seems to have exactly the same effect.
Status: UNCONFIRMED → RESOLVED
Closed: 20 years ago
Resolution: --- → INVALID
Comment 3•20 years ago
|
||
*** Bug 291001 has been marked as a duplicate of this bug. ***
You need to log in
before you can comment on or make changes to this bug.
Description
•