Dave Pierce wrote:
>
> In this site, http://www.pierceartanddesign.com/testfiles/index.html
> according to the browsercam, everything works fine except IE5 and  
> 5.5. (I'm not too worried about versions 3 and 4), but in IE5.x, the  
> content side is all whacked.
> Can anyone tell me why?
>
> oops, just noticed a glitch in Netscape too...gotta fix that on the  
> http://www.pierceartanddesign.com/testfiles/pages/ 
> med_vs_social_care.html page. NOWW what! :-(
>
> ;-Dave
>
>
>
>
>   

I do not have IE right now so this is a shot in the dark. You have 
assigned a px width to the body and 100% to the wrapper.  This /may/ be 
what is making it goofy in IE/5x(?). No guarantee, try:


body{   
/*width:760px;*/ <<---delete
}
#wrapper {
/*width: 100%;*/ <--delete
width:760px; <--add
}
#homeheader {
margin: 0 auto; <--add
}

#footer {
    /*float: left;*/  <!--delete
    margin: 0 auto; <!--add  
}

Fwiw, and a subjective opinion, the vertical nav text breaks right, and 
the page looks peculiar when the fonts are scaled.

Regards,
~dL



-- 
http://chelseacreekstudio.com/

______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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