Hallo zusammen,
Ich habe folgendes Problem:
Ich möchte zwei Divs nebeneinadner in einem Div positionieren, sodass das äußere Div die höhe der inneren annimmt:
+------------------------+
| div.content |
| +------------+ +-----+ |
| |contentleft | |right| |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| +------------+ +-----+ |
|+-----------------------+
#content{
background-color:#FBF9F4;
width:750px;
}
#contentleft{
font-size:12px;
float:left;
width:563px;
border-right:1px solid #E3E3D5;
padding:8px;
}
#contentright{
float:right;
width:170px;
}
Im IE gehts, im FF nicht. Seht ihr wo der Fehler liegt?
Gruss,
Jonas