On 17/10/05, Pascal Heyman <[EMAIL PROTECTED]> wrote: > We have following problem on Mac with IE5.2 for Mac. > In following HTML, no scrollbar is shown.
> <table cellpadding="0" cellspacing="0" width="100%" height="100%" > bgcolor="#FFFFFF"> Well that's invalid HTML for a start. > <div id="divScrollTable" class="scrollbarclass" style="width : > 100%; height : 98%; overflow-y : auto;"> Does IE/Mac support the non-standard overflow-y property? It was a proprietry extension in IE/Win and I believe its proposed for CSS 3, but IE/Mac has been an unsupported browser for some time now. I'd also wonder about the effects of height: some% collapsing back to auto in those circumstances. -- David Dorward <http://dorward.me.uk><http://blog.dorward.me.uk> ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
