On 12/18/06, George Ornbo <[EMAIL PROTECTED]> wrote: > On 12/18/06, Adrian Williams <[EMAIL PROTECTED]> wrote: > > > > Y'all, > > > > With the introduction of the "fixes" in IE 7, the CSS-based > > scrolling tables (based on the original CSS written by Terence Ordona) > > that I have in my site are now hosed in IE 7... > > > > http://williams.genealogy.fm/results_page.php > > > > I think it has something to do with the way IE7 now handles the > > html>body declaration but am not sure what I need to do to correct the > > problem. Can anyone help me learn/figure out what now needs to be added > > to the CSS to allow IE7 to render the tables correctly??? > > > > > > Many thanks! > > Adrian > > ______________________________________________________________________ > > css-discuss [EMAIL PROTECTED] > > http://www.css-discuss.org/mailman/listinfo/css-d > > IE7 information -- http://css-discuss.incutio.com/?page=IE7 > > List wiki/FAQ -- http://css-discuss.incutio.com/ > > Supported by evolt.org -- http://www.evolt.org/help_support_evolt/ > > > Hi Adrian > > You are right . IE7 doesn't like html > body. > > http://blogs.msdn.com/ie/archive/2005/10/12/480242.aspx
More correctly, IE7 doesn't ignore html > body. Try replacing : html>body div.tableContainer with html* body div.tableContainer That will make it visible to ie6, but not ie7 dcm ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d IE7 information -- http://css-discuss.incutio.com/?page=IE7 List wiki/FAQ -- http://css-discuss.incutio.com/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/