Now I m working on this site
So far it is looking OK on all the browsers except IE. I don’t know why in IE he is aligned to the left. How can I detect what causes this? Is there a way to detect what are the problems with CSS in IE ?!
CSS:
html,body{
margin:0px;
padding:0px;
text-align:left;
border:0px;
background:#000000 url(/design/wrap_t_bg.jpg) repeat-x;
font-family:Tahoma, Geneva,sans-serif; font-size:11px;
color:#434343;}
Change this part:
To:
Screenshot
Quirks Mode Issue
By default, the site goes in quirks mode. So, can you please add this to the first line?