Donnerstag, 6. August 2009

margin: 0pt auto; funktioniert nicht - does not work

Sie haben ein Problem, dass der CSS Befehl margin: 0pt auto; beim Internet Explorer nicht funktioniert? Egal wie man es anstellt, es will einfach den Layer nicht zentrieren. Das liegt an der Formatierung der kompletten HTML Seite. Hierzu bitte folgendes ändern. Standard <html> Tag ersetzen durch:
<?xml version="1.0" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="de" xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">


You have a problem with the CSS coding margin: 0pt auto; in Internet Explorer? No matter what you do, it won't center your layer. The reason for this might be the format of the whole HTML template. Just replace the basic <html> tag with:
<?xml version="1.0" ?><!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html lang="de" xml:lang="de" xmlns="http://www.w3.org/1999/xhtml">

Keine Kommentare:

Kommentar veröffentlichen