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. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System
Yes, and with XHTML if you have ANYTHING before the DOCTYPE line, it will throw IE into Quirks mode
__________________
Web Goddess & Web Standards Evangelist :) - Tables Be Gone !!
"Using or working with IE is like having to wear a 1970's polyester suit with pantyhose and a girdle, to work everyday" Carolina Corvette Club
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. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System
__________________
Chris. ->> Links are advertising NOT optimising!! <<-
Indifference will be the downfall of mankind, but who cares? Code Samples | People Counting System