• # Re: CSS et IE

    Posté par (site web personnel) . En réponse au journal CSS et IE. Évalué à 1.

    Tu veux générer du xhtml 1.1, donc il faut faire quelquechose de ce type: <?xml version='1.0' encoding='iso-8859-15'?> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd(...)"> Blog\Flyounet.net <meta http-equiv="Content-Type" content="application/xhtml+xml"/> au lieu de ton entête. La variation entre gecko et IE est nettement moins grande. IE ne comprend pas les positions fixes.