1 reply [Last post]
noelgreen
noelgreen's picture
Offline
newbie
Springfield
Last seen: 14 years 41 weeks ago
Springfield
Joined: 2004-01-22
Posts: 8
Points: 0

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]

Daybreak_0
Offline
Enthusiast
Sydney, Australia
Last seen: 19 years 29 weeks ago
Sydney, Australia
Timezone: GMT+10
Joined: 2003-11-15
Posts: 389
Points: 0

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

The only way to learn is to do it yourself