Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

no scroll bar withOUT frames

Status
Not open for further replies.

esromneb

Programmer
Mar 30, 2002
76
US
Hey, I'm making a page that's entirly flash (just 1 swf) and have flash set to publish at 100% by 100%, anyway, my realquestion is, how do you get rid of the standard scrollbar in IE (I'm using 6). Since the movie takes up exactly 100%, the scroll bar is grayed out (not usable) but it's still taking up space, I tried putting SCROLLING="no" in the body but that didn't work. can somebody please give me the html (or js) to get rid of the lil sucker. thx.
-ben
 
i think you can do it with CSS

<style>
body { overflow:hidden; }
</style>
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top