Hallo, habe ein Problem.
ich habe 2 divs nebeneinander, die sollen sich einander in der höhe ausrichten, also wenn div1 500px hat soll div2 auch 500 px haben und umgekehrt genauso.
Geht das überhaupt?
CSS vom div 1 :
.pageborhack{
height:1%;
overflow:hidden;
padding:20px 20px 98px 20px;
margin-top:10px;
float:left;
width:700px;
border: #000 1px solid;
background: url(images/page.gif) #ffff66 repeat-x top ;
}
Css vom DiV 2:
#menu {
float:right;
width:195px;
padding-bottom:7px;
text-align:left;
margin:0px;
}
kann mir jemand helfen ? wäre sehr dankbar
ich habe 2 divs nebeneinander, die sollen sich einander in der höhe ausrichten, also wenn div1 500px hat soll div2 auch 500 px haben und umgekehrt genauso.
Geht das überhaupt?
CSS vom div 1 :
.pageborhack{
height:1%;
overflow:hidden;
padding:20px 20px 98px 20px;
margin-top:10px;
float:left;
width:700px;
border: #000 1px solid;
background: url(images/page.gif) #ffff66 repeat-x top ;
}
Css vom DiV 2:
#menu {
float:right;
width:195px;
padding-bottom:7px;
text-align:left;
margin:0px;
}
kann mir jemand helfen ? wäre sehr dankbar
Zuletzt bearbeitet: