Martin Tschofen wrote: > I have an XHTML 1.1 complient site with a three column layout.
First: if an XHTML 1.1 compliant page/site shows up in IE6 at all, then you have done just about everything wrong. Only XHTML 1.0 may ever be served as HTML, and IE6 doesn't even know what XHTML is when it is served correctly with an '.xhtml' extension. Of course, you may have solved this in an appropriate way, but I can't read that out of your message so I have to raise the flag here. Ref: <http://www.webstandards.org/learn/askw3c/sep2003.html> > In the center column I have a bunch of header and p tags. Each h2 has > a border-bottom of 1px dashed #ccc. In IE 6 (I haven't tested it in > earlier versions yet) the border of the first h2 does not display > (FF, Safari... all work just fine). This behavior is also appearent > when I try a background. > > If I scroll around in IE eventually it appears again. Sounds like IE6 needs a strategically placed 'hasLayout' trigger. You will have to experiment a bit by applying the right trigger - normally a small or zero height-value - to IE/win only. Ref: <http://www.satzansatz.de/cssd/onhavinglayout.html> 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/ Supported by evolt.org -- http://www.evolt.org/help_support_evolt/
