So here's the problem:
That displays with a horizontal scrollbar as well as a vertical scrollbar, even when the horizontal is not required. Is there any way to stop it from showing? I don't want to use a javascript scroller as they're plain nasty and means you can't use a scroll mouse with it, any ideas?
iframes are an alternative but again, not ideal as using sessions in PHP can (and will) cause problems whenever you use any kind of frame.
Thanks in advance,
MrJ
Code:
<div style="overflow: scroll;">some text</div>
iframes are an alternative but again, not ideal as using sessions in PHP can (and will) cause problems whenever you use any kind of frame.
Thanks in advance,
MrJ
Comment