On Tue, 2006-07-18 at 19:12 +0200, Ingo Chao wrote:
> D. D. Brierton wrote:
> ...
> > 
> > http://about.82ask.com/
> ...
> > (The pages use conditional comments instead of hacks to give IE
> > different CSS property values to workaround its issues.)
> > 
> > The problem is to do with the border around the main page content (#page
> > in the markup, which technically has a background image, not a border,
> > but visually it looks like a border). In IE6/Win sometimes part of the
> > "border" (and only part) is not rendered. 
> 
> I still see a float drop, due to the italics. You should format them as 
> normal for a moment, otherwise we can't be sure what is interfering.

The fixes are in subversion and will be making their way on to the
server soon I hope. Sorry for the delay. I appreciate that with that
problem still there it's hard to see what might be causing the other
problem.

> Giving #header a red background shows that the background is bleeding 
> into the next block, which is of course not correct.

Huh. So it is.

> So #header needs desperately "layout", since it has to carry floats and 
> positioned elements. Add zoom:1 for a test if it fixes it.

Good tip. It seems, so far (after just a couple of minutes testing), to
have worked. I'll try and get this rolled out onto the server as quick
as possible. I've not used the zoom property before. I added the
following rule to ie_lte6.css:

#header {
  zoom : 1 ;
}

I'm guessing that that is what you meant.

Thank you so much for your help. I hope it isn't too much to ask if you
might have some idea of what was going on -- I do know about the
hasLayout property in IE, but I don't understand why the header somehow
was extending into the blocks below it and that that was doing something
weird to the rendering of its container's background. I've done a lot of
CSS work, and seem plenty of weird IE stuff before, but this one was new
to me. Thanks again.

Best, Darren

-- 
=====================================================================
D. D. Brierton            [EMAIL PROTECTED]          www.dzr-web.com
       Trying is the first step towards failure (Homer Simpson)
=====================================================================
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- 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/

Reply via email to