Re: [css-d] IE7 problem with a gap between divs [redux]

2009-06-20 Thread David Laakso
Rob Emenecker wrote: It is as if IE7 is not collapsing whitespace inside of the DIV. Is that correct? What I find particularly mind-numbing about this is that they are just two graphics. No text. Yes, there is a carraige return in the code for the sake of legibility, but it should not

Re: [css-d] IE7 problem with a gap between divs [redux]

2009-06-18 Thread Rob Emenecker
Hi David, Just when you think IE7 is going to behave! I went back and tried to simplify the graphic element on the masthead of that IE7-errant page of mine. Instead of two horizontal graphics, there are now 2 vertically stacked graphics. This seemed to behave better except for IE7 -- of course.

Re: [css-d] IE7 problem with a gap between divs [redux]

2009-06-18 Thread Rob Emenecker
It is as if IE7 is not collapsing whitespace inside of the DIV. Is that correct? What I find particularly mind-numbing about this is that they are just two graphics. No text. Yes, there is a carraige return in the code for the sake of legibility, but it should not be treated as white space.

Re: [css-d] IE7 problem with a gap between divs [redux]

2009-06-18 Thread Tim Snadden
On 19/06/2009, at 12:14 AM, Rob Emenecker wrote: Hi David, Just when you think IE7 is going to behave! I went back and tried to simplify the graphic element on the masthead of that IE7-errant page of mine. Instead of two horizontal graphics, there are now 2 vertically stacked

Re: [css-d] IE7 problem with a gap between divs [redux]

2009-06-18 Thread Rob Emenecker
Thanks Tim, The explanation -- re: descenders -- now makes it clear! ...Rob Rob Emenecker @ Hairy Dog Digital www.hairydogdigital.com Please note: Return e-mail messages are only accepted from discussion groups that this e-mail address subscribes to. All

[css-d] IE7 problem with a gap between divs

2009-06-17 Thread Rob Emenecker
Hi all, I am trying to determine why I am seeing a 3-pixel gap between a header DIV and a content DIV in IE7 on the following page: http://new.pasadenabusinessassociation.com I realize that I can create a conditional IE style sheet with a -3px top margin on the content div, but that seems

Re: [css-d] IE7 problem with a gap between divs

2009-06-17 Thread David Laakso
Rob Emenecker wrote: Hi all, I am trying to determine why I am seeing a 3-pixel gap between a header DIV and a content DIV in IE7 on the following page: http://new.pasadenabusinessassociation.com I realize that I can create a conditional IE style sheet with a -3px top margin on the

Re: [css-d] IE7 problem with a gap between divs

2009-06-17 Thread David Laakso
The star is a typo. Delete it. This: *#container-header { height: 160px; /***add to ruleset*/**} Should be this; #container-header { height: 160px; /***add to ruleset*/**} ~d __ css-discuss [cs...@lists.css-discuss.org]

Re: [css-d] IE7 problem with a gap between divs

2009-06-17 Thread Rob Emenecker
Thanks David, *#container-header { height: 160px; /***add to ruleset*/**} img#mastheadLogo { display: block**/***add*/**; /*margin: 0;padding: 0; delete*/} img#mastheadRight { display: block/*add*/; float : right;**/*add*/** display: block**/*add*/**; border: 0 none transparent;