Eric Heitz wrote: > IE6 is adding more height to my l/h nav and is showing the rest of my > sliding images.
> http://www.kucia.com/bcs/BCS_08B/insights/index.html Strengthen specificity on the individual list-item IDs, like so... ul#insights_container li#audioVideo {...} ...as IE6 doesn't support max-height and therefore is locked onto... ul#insights_container li {height:49px;} ...from higher up. Once the specificity issue is solved, 'max-height' won't make a difference in any browser. They will all obey individually declared 'height' on those list-items. regards Georg -- http://www.gunlaug.no ______________________________________________________________________ css-discuss [EMAIL PROTECTED] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.incutio.com/ List policies -- http://css-discuss.org/policies.html Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
