Skip to main content
AttaBoy2
Inspiring
May 24, 2009
Answered

How to remove vertical scrollbar in IE7

  • May 24, 2009
  • 2 replies
  • 3770 views

I'd thought I'd mastered the full browser video when I wrote this http://www.cybermountainwebservices.com/client0/date/ I overlooked the fact that in IE7 there's a vertical scroll bar ruining the full browser look.  I know it can be done because this guy http://www.matthewkenneycuisine.com/ doesn't have the problem.

This topic has been closed for replies.
Correct answer kglad

add

style="overflow:auto"

to your html's body tag

2 replies

AttaBoy2
AttaBoy2Author
Inspiring
May 24, 2009

this is the only code that I have dealing with the html

            stage.align = StageAlign.TOP_LEFT;
            stage.scaleMode = StageScaleMode.NO_SCALE;

in the html tab of the publish settings I set Dimensions to percent 100 100

in the html itself I have 2 css rules padding 0 and margin 0;

If anyone can think of what would get rid of the vertical scrollbar in IE7 that would be real keen :-)

kglad
Community Expert
kgladCommunity ExpertCorrect answer
Community Expert
May 24, 2009

add

style="overflow:auto"

to your html's body tag

AttaBoy2
AttaBoy2Author
Inspiring
May 24, 2009

I am in awe.  You did it again.  Thanks again.

kglad
Community Expert
Community Expert
May 24, 2009

you're welcome.