nb88 Posted May 2, 2005 Report Share Posted May 2, 2005 Hey all, just making a site and im using an iframe. Basically, in my internet explorer (but not in firefox which is strange), theres a horizontal scroller and vertical scroller for the iframe, no matter how much text, or the size of the frame. I need the vertical scroller there, but i need to get rid of the horizontal one. I realise theres a tag for getting rid of scrolling (SCROLLING="no") but is there a way to get rid of just horizontal scrolling? Thanks. Noz. Quote Link to comment Share on other sites More sharing options...
Danny Posted May 2, 2005 Report Share Posted May 2, 2005 <iframe style="active-scroll-bars {overflow-y:hidden};" > should do the job :blink: Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.