Closed
Bug 241902
Opened 21 years ago
Closed 21 years ago
Disabled Scroll Bars appear although taken out in HTML code
Categories
(Core :: Layout, defect)
Tracking
()
People
(Reporter: anthony_bird, Unassigned)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.6) Gecko/20040206 Firefox/0.8
I have built a webpage
(http://homepage.ntlworld.com/anthony_bird/millennium/html/test2.htm) with an
IFRAME and used the following code to disable the scrollbars:
style="overflow-x:hidden; overflow-y:hidden;", this works for my (dare I say it)
IE6 browser but not in FireFox, I'm 99.9% it's got nothing to do with my coding.
I thought you might like to know.
Reproducible: Always
Steps to Reproduce:
1. Visit http://homepage.ntlworld.com/anthony_bird/millennium/html/test2.htm
2. See the IFRAME has a scroll bar when it's coded out, have a look at the source.
3.
Actual Results:
The webpage loads with the visible IFRAME Scroll Bars
Expected Results:
It should have hidden the IFRAME scroll bars as that's what the HTML code
style="overflow-x:hidden; overflow-y:hidden;" is used for.
Updated•21 years ago
|
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Browser
QA Contact: core.layout
Version: unspecified → Trunk
Comment 1•21 years ago
|
||
Use overflow:hidden instead.
http://www.w3.org/TR/CSS21/visufx.html#propdef-overflow
overflow-x/-y are IE properties not yet implemented by Mozilla, see bug 72747
*** This bug has been marked as a duplicate of 72747 ***
Status: UNCONFIRMED → RESOLVED
Closed: 21 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•