Hallo alle!
Ich komm einfach nicht auf einen grünen Zweig...
Ich möchte mit CSS ein Design erstellen, und krieg es einfach nicht hin, weil ich mich mit CSS nicht wirklich auskenne.
Vielleicht könnt ihr mir weiterhelfen?
Ich poste unten den Code einer Beispiel-Page, um zu zeigen, wo ich anstehe.
Freue mich über jede Hilfe!
LG Gerald
Ich komm einfach nicht auf einen grünen Zweig...
Ich möchte mit CSS ein Design erstellen, und krieg es einfach nicht hin, weil ich mich mit CSS nicht wirklich auskenne.
Vielleicht könnt ihr mir weiterhelfen?
Ich poste unten den Code einer Beispiel-Page, um zu zeigen, wo ich anstehe.
Freue mich über jede Hilfe!
LG Gerald
Code:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN">
<style type="text/css">
body{
margin:0;
padding:100px 150px 50px 150px;
}
div#header{
background:lightgrey;
color:black;
position:absolute;
top:0;
left:150px;
right:150px;
height:100px;
}
div#right-sidebar{
background:#E2FEDE;
color:black;
position:absolute;
top:0;
right:0;
width:150px;
height:100%;
}
div#left-sidebar{
background:#E2FEDE;
color:black;
position:absolute;
top:0;
left:0;
width:150px;
height:100%;
}
div#footer{
background:lightgrey;
color:black;
position:absolute;
bottom:0;
left:150px;
right:150px;
height:50px;
}
@media screen{
body>div#header{
position:fixed;
}
body>div#left-sidebar{
position:fixed;
}
body>div#right-sidebar{
position:fixed;
}
body>div#footer{
position:fixed;
}
}
* html body{
overflow:hidden;
}
* html div#content{
height:100%;
overflow:auto;
}
</style>
<div id="header">
<p>Header shall be fixed in height and width.</p></div>
<div id="left-sidebar">
<p>Left border width shall be variable, depending on the window width.</p>
</div>
<div id="right-sidebar">
<p>Right border width shall be variable, depending on the window width.</p>
</div>
<div id="footer">
<p>Footer shall be fixed in height and width.</p>
</div>
<div id="content">
<p>Content area shall be fixed in height and width, but vertically scrollable by the browser scrollbar (as is).</p>
<p> </p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
<p>Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled - Text to be scrolled</p>
</div>