[EMAIL PROTECTED] wrote: >I would really appreciate any help I can get to get >this design working >in IE doze. It works in Opera, NS, IE, & Safari on Mac, and NS doze, but >not IE. The url >is http://videointegrations.com/serenity Looking at it in the trouble free >browsers should give a >clue as to how it should look. Essentially the background HeaderImg div >is pushing things >right and down. > >
Scott, This is due to IE's "helpful" auto expansion behavior. Essentially, it doesn't care that you've said you want the header to be 45px high. Since there is more than 45px worth of content, it will expand to accommodate it. The total height of the content you have in there is the sum of: 46px height of HeaderImg 3px top padding of HeaderImg 18px bottom padding of HeaderImg This gives you 67px of stuff to display, so IE expands. Remove the padding from HeaderImg (and Header) and set the height to something equal than or smaller than the height of Header. Zoe -- Zoe M. Gillenwater Design Services Manager UNC Highway Safety Research Center http://www.hsrc.unc.edu ______________________________________________________________________ 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/
