PDA

View Full Version : can't remove y-scrollbar for div in ie5.2 mac



dragonfly
November 18th, 2004, 03:49 PM
im using, inside a table thats in a width defined td:

< div style="HEIGHT: 275px; WIDTH: 100%; OVERFLOW: auto" >
blah blah blah....
< /div >

Safari, firefox, ie6 win all do it right. IE5.2 mac adds a y-scrollbar

Must this be?

ditt0
November 18th, 2004, 05:16 PM
Yea, IE 5.2 on MAC has a problem with overflow:auto. Actually, IE 5.2 on MAC has a lot of problems.
Just a thought,try adding overflow-y: hidden; to your existing code (keeping also the overflow:auto).