#inhalt {
width : 750px;
height : 65%;
border : 1px solid black;
border-top:none;
padding : 8px;
margin: auto;
background-color:#FFFFFF;
overflow:auto;
}
.menuri {
width:20%;
height:100%;
float:right;
background-color:#CCCCCC;
overflow:auto;
}
<!-- Stelle mit Menü -->
<div id="inhalt">
<div class="menuri"><p>TEST</p></div>
<?php include ("../../inhalte/tipps.htm") ?>
</div>
#inhaltleft {
width : 600px;
border : 1px solid black;
border-top:none;
padding : 8px;
margin: auto;
background-color:#FFFFFF;
overflow:auto;
}
#menuright {
width:150px;
float:right;
overflow:hidden;
border: 1px dashed #CCCCCC;
padding:5px;
background-color:#FFFFFF;
}
<div id="menuright"><p>TEST</p></div>
<div id="inhaltleft">
<?php include ("../../inhalte/tipps.htm") ?>
</div>
#wrapper {
width:750px;
margin: 0 auto;
background-color:#FFFFFFF;
border: 1px solid black;
border-left:none;
background-image:url(../bilder/submenu/back_submenu.jpg);
background-position:left;
background-repeat:repeat-y;
}
#inhaltright {
width:80%;
float:right;
border-right: 1px solid black;
padding: 8px;
background-color:#FFFFFF;
overflow:auto;
}
#submenu {
width:20%;
float:left;
overflow:hidden;
border: 1px dashed #333333;
padding:5px;
background-color:#FFFFFF;
background-image:url(../bilder/submenu/back_submenu.jpg);
background-repeat:repeat-y;
}
<body>
[b]
<div id="wrapper">[/b]
<div id="kopfzeile"></div>
<div id="menutop">
<?php include("../../elemente/menutop.htm") ?>
</div>
<div id="ort">
> <a href="/index.php">Home</a> > <a href="/seiten/tipps/tipps.php">Tipps & Tricks </a>
</div>
[b]<div id="submenu">
<?php include("../../elemente/menuright.htm") ?>
</div>
<div id="inhaltright">
<?php include ("../../inhalte/tipps.htm") ?>
</div>
[/b]
<div id="footer">
<?php include("../../elemente/footer.htm") ?>
</div>
[b]</div>[/b]
</body>
readfile sinnvoller als include.
Horizontales und vertikales Zentrieren eines div-Containers mit CSS
derpfleger 05.08.2006 - 7580 Hits - 1 Antwort
document.all.+variable+.style
eisbärbaby 01.06.2007 - 31 Hits - 9 Antworten
CSS Container
luac. 13.02.2008 - 76 Hits - 2 Antworten
scrollbarer Div Container mit scrollbalken nur rechts am Fenster
Volker76 22.04.2008 - 88 Hits - 8 Antworten