dummes CSS Problem(-chen)

Fitz07

Fitz07

Mitglied
Thread Starter
Dabei seit
16.06.2007
Beiträge
40
Reaktionspunkte
0
hi @ all, ich habe wie schon gesagt ein kleines Problem mit CSS und <div>s.
dieses wäre:
Ich bekomm es net hin 2 divs neben einander zu packen. gegooglet hab ich schon, mein Prob. is nur das ich zu dumm bin abzuleiten was da steht.
nya da wollte ich euch fragen ob ihr mir vlt das problem korrigieren könntet :)
MfG
Fitz
<!--
http://horst724.ho.funpic.de
--->
p.S. es handelt sich um die divs Content und Sidebar

Sytlesheet
#oberdings
{
width:1000px;
height:700px;
overflow:auto;
margin-top:0px;
margin-bottom:0px;
margin-right:0px;
margin-left:0px;
padding-left:5px;
padding-right:5px;
}

#header
{
background-image: url(layout/design/header.png);
width:980px;
height:150px;
margin-right:0px
}

#sidebar
{
background-color: #97c300;
width:17.4%;
height:450;
margin-top:5px;
margin-bottom:5px;
margin-right:5px;
padding: 4px;
}

#nav
{
background-color: #a2d100;
width:168px;
height:230px;
border: 1px solid #709100;
float: left;
}

#content
{
width:8%%;
height:450;
margin-top:5px;
margin-bottom:5px;
border:1px solid #000000;
float: right;
}

Problemzone
<body>
<div id="oberdings">
<div id="header">
</div>
<div id="sidebar">
<div id="nav">
</div>
</div>
<div id="content">
</div>
<div id="footer">
</div>
<div id="banner">
</div>
</div>
 
hat sich erledigt!
kann geschlossen werden
 
Zurück
Oben Unten