Closed Bug 241902 Opened 20 years ago Closed 20 years ago

Disabled Scroll Bars appear although taken out in HTML code

Categories

(Core :: Layout, defect)

x86
Windows XP
defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 72747

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.
Assignee: firefox → nobody
Component: General → Layout
Product: Firefox → Browser
QA Contact: core.layout
Version: unspecified → Trunk
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: 20 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.