View Single Post
Old Nov 1st, 2005, 12:09 PM   #49
Lich
Professional Programmer
 
Lich's Avatar
 
Join Date: May 2005
Location: Detroit
Posts: 254
Rep Power: 4 Lich is on a distinguished road
Send a message via AIM to Lich Send a message via MSN to Lich
Quote:
Originally Posted by DaWei
One important thing to do is to make sure your DOCTYPE specification is correct. IE will perform differently depending upon whether no DOCTYPE is specified, it's using "quirks" mode, or it asked to be as strictly compliant as possible.
XHTML transitional seems to work best for me.

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
__________________
--John Cruz
Web Developer
www.cruzweb.net
Lich is offline   Reply With Quote