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; } Link to comment https://forums.phpfreaks.com/topic/231560-ie7-bugs-please-help/ 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. Link to comment https://forums.phpfreaks.com/topic/231560-ie7-bugs-please-help/#findComment-1191686 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. :'( Link to comment https://forums.phpfreaks.com/topic/231560-ie7-bugs-please-help/#findComment-1192587 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.