Jump to content

IE7 Bugs! Please help!


Deanznet

Recommended Posts

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

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.

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.  :'(

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.