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">