overflow:auto problems in Safari
when you've got an overflown div in a table it reserves the space for the full length div,even though it puts the scrollbars on correctly.
The solution? Put another div around it with the same height and overflow:hidden.
Boring I know, but nothing on google. I must seek a new career.
The solution? Put another div around it with the same height and overflow:hidden.
Boring I know, but nothing on google. I must seek a new career.
7 Comments:
P tags form the containing element so move 'height' and 'overflow' properties from DIV's style to P's style. No need for second DIV.
thank you thank you thank you!
valentina from italy
THANK YOU. This has solved a problem outstanding for a year on a friend's site.
Come on Apple, get it together and fix this issue.
You star! - I was really about to lose it.
Thanks for the info.
This helped me out of a jam!
Thank you.. you just saved my day.
This just reminded me why I hate MAC so much.
Thanks!!! THIS IS an awesome hint.
Post a Comment
<< Home