My site is all broken up in IE, it floats to the left , is not centered, the site works fine in firefox and chrome
url is www.numerologija(at)org
I validated it, repaired errors in css and html, but still it does not work in IE, I am clueless what is wrong, maybe the width if the div is not wide enough or something, also I dunno where in the code is the problem, it might be in the menu area, or somewhere elese
fendy wrote:My site is all
My site is all broken up in IE, it floats to the left , is not centered, the site works fine in firefox and chrome
url is www.numerologija(at)org
I validated it, repaired errors in css and html, but still it does not work in IE, I am clueless what is wrong, maybe the width if the div is not wide enough or something, also I dunno where in the code is the problem, it might be in the menu area, or somewhere elese
in order to display in center all elements in IE paste the code below into your style.
html, body { text-align:center; }
that should work
That definately is not the
That definately is not the answer, I dont want the text to be centered, the layout is not centered in IE, it is moved to the left, if I do what you suggested, some things are fixed but no all of them are, I don want text to be centered
fendy wrote:... I validated
... I validated it ...
FALSEHOOD DETECTED!
The foolishness before the doctype puts IE into quirks mode. Validate your dang junk!
http://makemoneyrelax.com/
I validated the site now in W3C
still in IE it is moved to the left
I added clears too, at least three of them still my site is not working in IE
fendy wrote:I validated the
I validated the site now in W3C
... but you ignored how I told you to fix it:
The foolishness before the doctype puts IE into quirks mode. Validate your dang junk!
Validate means heed the warnings, too.