Hallo, ersmal wünsch ich allen schöne Feiertage und ein gutes neues Jahr.
Ich habe folgendes Problem, ich hab eine Seite mit einem <div> Element über das ganze Dokument. Was ich bei dem ganzen jetzt nicht verstehe ist warum im IE alles so dargestellt wird wie ich mir das gedacht habe, aber im Mozilla man scrollen muß um das Ende zu sehen.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
<meta content="text/html; charset=ISO-8859-15" http-equiv="content-type">
<title>Willkommen auf www.Tagaluba.at</title>
<style type="text/css">
body {
background-color: black;
color: black;
font-size: 1.2em;
font-family: verdana, arial, helvetica, sans-serif;
text-align: center;
margin: 0px;
}
div {
background-color: yellow;
height:100%;
margin-left: 15%;
margin-right: 15%;
padding:30px;
}
</style>
</head>
<body>
<div>
.
.
.
.
</div>
</body>
</html>
auch zu sehen unter www.tagaluba.at
mfg Johannes