From: "kristin" <[EMAIL PROTECTED]> >Except, the dropdowns > go behind the heading text in IE5.2 mac > The page is here: > http://www.kristinlong.com/cssd/cssd.html
Hi Kristin, The problem was the complexity of all those absolutely positioned DIVs. IE Mac just does not do well with AP elements, especially when you're hiding and showing elements. Z-index bugs, among others, are very hard to deal with. I took the liberty of making a quick test page for you, rendering the first two rows of your layout, using floated elements - with margins and padding used for fine-tuning positioning. This should work without incident in IE5 Mac. The style rules are all embedded in the document's head for you to review. To make the third row, simply follow the plan ;-) http://www.projectseven.com/testing/customers/kristin/ -- Al Sparber PVII http://www.projectseven.com "Designing with CSS is sometimes like barreling down a crumbling mountain road at 90 miles per hour secure in the knowledge that repairs are scheduled for next Tuesday". ______________________________________________________________________ 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/
