Sandhausen
Neues Mitglied
++deleted++
Zuletzt bearbeitet:
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.
float: left;
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<title></title>
<meta name="author" content="Onkelficker">
<meta name="editor" content="html-editor phase 5">
<style type="text/css">
*
{
padding: 0px;
margin:0px;
}
#links
{
min-height:950px;
background-color: #EE6133;
width:5%;
align: left;
float: left;
}
#header
{
background-color: #4AEC69;
height: 200px;
width: 90%;
float: left;
}
#rechts
{
position: absolute right;
background-color:#FD6F00;
min-height: 950px;
}
#inhalt1
{
position: absolute;
left: 5%;
top: 200px;
width: 60%;
height:750px;
background-color:#3D07FA;
}
#inhalt2
{
position: absolute;
left: 65%;
top: 200px;
width: 30%;
height: 750px;
background-color:#EEE33B;
}
#footer
{
width: 100%;
height:30px;
background-color: #03FE69;
bottom: 0px
}
</style>
</head>
<body>
<div id="links"> </div>
<div id="header"> </div>
<div id="rechts"> </div>
<div id="inhalt1"> </div>
<div id="inhalt2"> </div>
<div id="footer"> </div>
</body>
</html>
Tag zusammen,
ich bräuchte mal Hilfe beim Aufbau dieser Vorlage.
Kostenloser Bilder Upload Service - Gratis Bilder hochladen / uploaden ohne Anmeldung
Ohne Navbar (einfach nur die Boxen).
Ich weiß, bestimmt nicht besonders schwer, aber ich wollte es richtig machen und deshalb mal fragen auf was ich alle achten muss.
Hier mal ein Anfang, wie ich es ungefähr machen würde:
HTML
CSSHTML:... <body> <div id="wrapper"> <div id="links"> <div id="header"></div> <div id="rechts"></div> <div id="inhalt1"></div> <div id="inhalt2"></div> <div id="footer"></div> <br class="clear" /> </div> </body>
Was ist hierbei zu beachten?
Gerade was float left und right angeht.
Wann muss ich was anbringen? Das verstehe ich noch nicht so ganz.
Vielen Dank schonmal für Eure Hilfe!![]()
Seitenaufbau....
Der hier ist nicht so gut (verzeih ich habe ihn in 5 min kurz zusammen gerissen,
sollte aber in jedem browser und bei jeder auflösung funzen...
Code:<meta name="editor" content="html-editor phase 5">
Code:<style type="text/css"> #rechts { position: absolute right; } #inhalt1 { position: absolute; } #inhalt2 { position: absolute; } </style>