Wed, 2004-03-03 19:23
So why doesn' t the "overflow" scroll bar work on this page I'm doing?!
This isn't really a "moveabletype" type question, but I'm desperate for help here! It works fine in Safari, and on PC, but on Mac IE (which is what our client uses) the little scroll arrows don't work.
Please help!
Thanks so much!
Here's the code I have for it...
.content { Â width:435px; Â height:464px; Â overflow:auto; Â }[/url]
Wed, 2004-03-03 20:56
#1
Scrolling in IE Mac
Try
overflow: scroll
It does mean you will get a scroll bar all the time. (of course only if it works)
Edited
The above my not work but all is not lost - http://www.sam-i-am.com/work/sandbox/css/overflow-auto-fix.html
Regards
Day