Going to IE8 with DOCTYPE HTML 4.01 Transitional any suggestions appeciated.

Posted by Marco Demaio on Stack Overflow See other posts from Stack Overflow or by Marco Demaio
Published on 2010-04-11T11:00:53Z Indexed on 2010/04/11 11:03 UTC
Read the original article Hit count: 626

Filed under:
|
|
|

Hello, we use in all our pages in the 1st line of our HTML code the:

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">

We are moving on to the new IE8 and we would like to keep the DOCTYPE unchanged, is there any suggestions/warnings we better be aware of?

I mean like: "Be careful that CSS min-width is not working anymore in IE8 transitional, be careful that it will screw up page in this and that, etc."

Thanks!

© Stack Overflow or respective owner

Related posts about ie8

Related posts about doctype