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 content div, but that seems wonky. If that is what it takes
> fine, but I'm wondering if there is something about the structure and css
> that I am overlooking that is causing this issue on IE7.
>   



Bring Opera, Safari, Firefox, and Camino on-board first. IE/7, and our 
little friend on death-row, IE/6, will both follow suit.

*#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;
/*margin: 0; delete*/
/*padding: 17px 0 0 0;delete*/
margin-top: 20px/*add*/;
width: 540px;
height: 140px;
}
*
______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to