Hi,
hab folgendes script bei IE ausprobiert und es funktioniert nur mozilla is da wohl nicht ganz so kullant mit dem Code...
Will ne Seite mit nem Div über 100% höhe machen...
Seht ihr nen Fehler im code was mozilla nicht versteht ???
hab folgendes script bei IE ausprobiert und es funktioniert nur mozilla is da wohl nicht ganz so kullant mit dem Code...
Will ne Seite mit nem Div über 100% höhe machen...
Seht ihr nen Fehler im code was mozilla nicht versteht ???
Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" /> <title>Unbenanntes Dokument</title> <style type="text/css"> <!-- html,body { height:100%; margin:0%; padding:0%; } div#test { background-color:#999900; height:100%; width:780px; border-left:1px solid #eee; border-right:1px solid #eee; } --> </style> </head> <body> <center> <div id="test">asasasas</div> </center> </body> </html>
Kommentar