5 replies [Last post]
fendy
Offline
Regular
Last seen: 11 years 9 weeks ago
Timezone: GMT+7
Joined: 2006-02-19
Posts: 24
Points: 8

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

kornel
kornel's picture
Offline
newbie
Last seen: 11 years 10 weeks ago
Timezone: GMT+1
Joined: 2012-01-16
Posts: 2
Points: 2

fendy wrote:My site is all

fendy wrote:

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

fendy
Offline
Regular
Last seen: 11 years 9 weeks ago
Timezone: GMT+7
Joined: 2006-02-19
Posts: 24
Points: 8

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

Verschwindende
Verschwindende's picture
Offline
Guru
Last seen: 4 weeks 2 days ago
Timezone: GMT-5
Joined: 2009-10-09
Posts: 2057
Points: 2289

fendy wrote:... I validated

fendy wrote:

... I validated it ...

FALSEHOOD DETECTED!

http://validator.w3.org/check?uri=http%3A%2F%2Fwww.numerologija.org%2F&charset=%28detect+automatically%29&doctype=Inline&ss=1&group=0&user-agent=W3C_Validator%2F1.2

The foolishness before the doctype puts IE into quirks mode. Validate your dang junk!

fendy
Offline
Regular
Last seen: 11 years 9 weeks ago
Timezone: GMT+7
Joined: 2006-02-19
Posts: 24
Points: 8

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

www.numerologija.org

Verschwindende
Verschwindende's picture
Offline
Guru
Last seen: 4 weeks 2 days ago
Timezone: GMT-5
Joined: 2009-10-09
Posts: 2057
Points: 2289

fendy wrote:I validated the

fendy wrote:

I validated the site now in W3C

... but you ignored how I told you to fix it:

Verschwindende wrote:

The foolishness before the doctype puts IE into quirks mode. Validate your dang junk!

Validate means heed the warnings, too.