First I apologize for my poor english but I hope you can understand what I mean.
So my container doesn’t work right in IE 6 , in other browsers it works just fine. If I delete four last lines in default.css and I add those ‘margin-left’ and ‘margin-left’ straight to default.css it will work, but then only in IE 6 .
And i’m sure that mine [if IE 6 ]> works because I can change font-colors etc. I have also tested this site with IETester and browsershots.org so problems are in css files.
And finally important parts of my css files: http://pastie.org/443369
I don’t have no idea what the problem can be, do you?
This maybe helpful:
* html container {
margin: 0 auto;
width: 900px;
}
Do this
body
{ text-align:center; }
container
{ margin: 0px auto; width: 760px; text-align:left; }
Should fix your problem centering in IE
Well same thing again. Works only then when I modified default.css, doesn’t do nothing if I do same thing in ie6_fix. Or I’m not getting something?
