"topmargin", "leftmargin" usw. unter Mozilla?
Ulvi
- browser
Holla,
ich entwickle gerade eine Website und da benutze ich die "topmargin" und "leftmargin", um das Tabellenlayout direkt links oben im Browser darzustellen. Das Problem: Unter Mozilla klappt das nicht, bzw. wird das ignoriert!
Was kann man da machen?
MfG,
Ulvi
Hallo,
ich entwickle gerade eine Website und da benutze ich die "topmargin" und "leftmargin", um das Tabellenlayout direkt links oben im Browser darzustellen. Das Problem: Unter Mozilla klappt das nicht, bzw. wird das ignoriert!
Was kann man da machen?
http://de.selfhtml.org/html/dateiweit/seitenraender.htm#definieren
willst Du lesen :-)
Viele Grüße,
Stefan
Hallo,
[...] "topmargin" und "leftmargin", um das Tabellenlayout direkt links oben im Browser darzustellen. Das Problem: Unter Mozilla klappt das nicht, bzw. wird das ignoriert!
Kein Wunder - das ist ja auch kein gueltiges HTML...
Das haette Dir auch der Validator sagen koennen: http://validator.w3.org/
Benutze CSS.
Siehe auch:
http://www.tiptom.ch/homepage/faq.html?q=bodymargin
Gruesse,
Thomas
oder das ganzböße zusätzliche marginheight="0" marginwidth="0" im body-tag. ;)
Gruß
Alexander