=]ReDHeaD[=
Mitglied
brauche hilfe bei Div-Design [gelöst!] ps. hat lange gedauert!
also ich habe boxen, und ich will, dass wenn eine box mal mehr inhalt hat, sie nich wegen position:absolute; über die darunter herauswächst, sondern diese nach unten schiebt, hab gehört das geht mit float:;, aber wie.....
kann mir einer helfen, beziehungsweise sagen wie ich das bei diesen ss machen muss:
danke schonmal
(mein problem: http://www.pmw-clan.de/index.php?menupoint=community§ion=gaestebuch
also ich habe boxen, und ich will, dass wenn eine box mal mehr inhalt hat, sie nich wegen position:absolute; über die darunter herauswächst, sondern diese nach unten schiebt, hab gehört das geht mit float:;, aber wie.....
kann mir einer helfen, beziehungsweise sagen wie ich das bei diesen ss machen muss:
Code:
#shadow {
position:absolute;
background:#000000;
color:#000000;
margin-left:75px;
margin-top:30px;
width:850px;
height:1034px;
}
#bannerbox {
position:absolute;
background:url(../style/pmw_banner.jpg);
color:#000000;
margin-left:65px;
margin-top:20px;
width:850px;
height:166px;
}
#menubox {
position:absolute;
background:url(../bg_themes/menubox_bg.png);
color:#000000;
margin-left:100px;
margin-top:206px;
width:780px;
height:50px;
border-style:solid;
border-width:0px;
border-bottom-width:2px;
border-left-width:0px;
border-right-width:0px;
border-top-width:0px;
border-color:#A91B1A;
}
#left {
position:absolute;
background:url(../bg_themes/background.png);
color:#ffffff;
margin-left:100px;
margin-top:256px;
width:146px;
height:800px;
border-style:solid;
border-width:0px;
border-bottom-width:0px;
border-left-width:0px;
border-right-width:2px;
border-color:#A91B1A;
}
#right {
position:absolute;
background:url(../bg_themes/background.png);
color:#ffffff;
margin-left:246px;
margin-top:256px;
width:634px;
height:800px;
border-style:solid;
border-width:0px;
border-bottom-width:0px;
border-right-width:0px;
border-left-width:0px;
border-color:#A91B1A;
z-index:1;
padding-left:0px;
}
#top {
position:absolute;
background:url(../style/leiste.jpg);
color:#000000;
margin-left:65px;
margin-top:186px;
width:850px;
height:20px;
}
#leftrand {
position:absolute;
background:url(../style/left.jpg);
color:#000000;
margin-left:65px;
margin-top:206px;
width:35px;
height:850px;
}
#rightrand {
position:absolute;
background:url(../style/right.jpg);
color:#000000;
margin-left:880px;
margin-top:206px;
width:35px;
height:850px;
}
#footer {
position:absolute;
background:url(../style/leiste.jpg);
color:#000000;
margin-left:65px;
margin-top:1056px;
width:850px;
height:20px;
}
#spacer {
position:absolute;
background:transparent;
color:#000000;
margin-left:65px;
margin-top:1076px;
width:850px;
height:20px;
}
danke schonmal
(mein problem: http://www.pmw-clan.de/index.php?menupoint=community§ion=gaestebuch
Zuletzt bearbeitet: