Daniel Kessler wrote:
> I have some differences when my page views in ie6 than it does in the  
> other browsers I checked.  I'm not well-versed in ie6 yet.  The page is:
> http://sph.umd.edu/events/wellness2/template.html
>
> 1 - there was a gap between the top picture (on the right) and the  
> gold bar below it.  I fixed it by putting a margin-top:-20px.  That  
> seemed to not affect other browsers.  I'm not sure it's a good way to  
> fix it as it seems like it might be something that breaks in the  
> future.  Is this a good way or is there a more standard way I should  
> use?  I suppose I could use conditional comments.
>
>   

Try:

#header {
   height:270px; <------:: delete
}

#sign {
    margin-bottom:15px; <------:: delete
}

#header_body {
   margin:-20px 0px 0px 0px;<------:: delete all
}

Add to kill IE em font-scaling bug:
html {font-size:100%;}








-- 

A thin red line and a salmon-color ampersand forthcoming.

http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
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