I
incendium
Guest
hi @ all, ich wollte mal wissen wie ich den rechten bereich vergrößern kann dass er so groß wie die navi ist
--> Kevins-Homepage
--> Kevins-Homepage
Follow along with the video below to see how to install our site as a web app on your home screen.
Anmerkung: This feature may not be available in some browsers.
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<meta content="text/html; charset=ISO-8859-1" http-equiv="content-type">
<title></title>
<style type="text/css">
#header {
background: url(images/Testversion_01.gif);
backrgound-repeat: no-repeat;
width: 827px;
height: 136px;
}
#navi {
background: url(images/Testversion_02.gif);
backrgound-repeat: no-repeat;
width: 211px;
height: 443px;
float: left;
}
#content {
background: url(images/Testversion_03.gif);
backrgound-repeat: no-repeat;
width: 610px;
height: 443px;
margin-left: 211px;
}
</style>
</head>
<body>
<div id="container">
<div id="header">
<!--<img style="width: 827px; height: 136px;" alt="" src="http://www.html.de/images/Testversion_01.gif">-->
</div>
<div id="navi">
<!--<img style="width: 211px; height: 443px;" alt="" src="http://www.html.de/images/Testversion_02.gif">-->
</div>
<div id="content">
<!--<img style="width: 610px; height: 443px;" alt="" src="http://www.html.de/images/Testversion_03.gif">-->
</div>
</div>
</body>
</html>