Deanznet Posted March 24, 2011 Share Posted March 24, 2011 Okay! Everything works good in firefox! this here #meta{ float:right; padding:31px 70px 0 0 } #meta a{ color:#000000; text-decoration:underline; display:block; float:left } #meta a:visited{text-decoration:underline} #meta a:hover{text-decoration:none} #meta span{ padding:0 25px 0 0; float:left } #meta img{ float:left; margin:0 6px 0 0; } Works good! floats the the right in FIREFOX in IE7 it just stays to the left! also in firefox the page is centered! good IE7 stays to the left! html{ width:100%; height:100%; background-image:url(images/top_bg.gif); background-position:top left; background-repeat:repeat-x; } body{ width:995px; height:100%; margin:0 auto; background-image:url(images/top.jpg); background-position:top left; background-repeat:no-repeat; font-family:Arial; font-size:11px; color:#333333; } Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted March 24, 2011 Share Posted March 24, 2011 as far as i know you can't set a width to the body, like you did, you need to set it to for instance a wrapper dive inside it. Also, do you have a valid doctype? And maybe have it online somewhere so i can have a look. Quote Link to comment Share on other sites More sharing options...
cssfreakie Posted March 26, 2011 Share Posted March 26, 2011 as far as i know you can't set a width to the body, like you did, you need to set it to for instance a wrapper dive inside it. Also, do you have a valid doctype? And maybe have it online somewhere so i can have a look. I see you just pm-ed me, did you even read my post above here, or the sticky at the top of this forum? there is a reason why we made it a sticky. :'( Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.