I have had problems centering my Website in Microsoft Internet Explorer 6 .
And I cannot understand why it do not work. It used to work, but then I updated a lot of the CSS implementation on the site. After I did that I did not check the site in mIE6.
And my eyes have grown tired in finding the bug. So could a fresh pair of eyes try and help me fix The Web Design Journal for Internet Explorer?
any full doctype (with URL) will set IE into standards mode BUT including the xml declaration ( <?xml version="1.0" encoding="UTF-8"?> ) will cause IE to revert to "quirks" mode.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
maybe just qualify that a little for the programmers.
... if you have ANYTHING that displays as text in the output to the browser before the DOCTYPE line ...
programming code that sets the page up (recordsets, variables etc) will NOT cause this to occur.
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
__________________
Chris. ->> Please login or register to view this content. Registration is FREE <<-
A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?