PDA

View Full Version : scrollbars.


rainydayproject
01-03-04, 05:17 PM
I have an Iframe with content that goes horizontal but not vertical i want to get rid of the vertical scrollbar that you cant scroll with and leave the horizontal. what code would i use?

spikemeister
01-05-04, 04:11 PM
Using a style should fix it. Ive just tried and it works ok as long as the scrollbar isnt needed.
Either add this to your existing style or create from scratch

overflow: auto;