Hallo Leute,
erstmal Danke für eure Hilfe.
Maik: Das mit der relativen Positionierung des Eltern DIVs hat geklappt, allerding nur beim Firefox und IE7. Beim IE 6 ist das Info DIV weg, einfach nicht mehr da.
hier mal die css änderung:
Hier auch mal ein Screenshot vom IE und Firefox:
erstmal Danke für eure Hilfe.
Maik: Das mit der relativen Positionierung des Eltern DIVs hat geklappt, allerding nur beim Firefox und IE7. Beim IE 6 ist das Info DIV weg, einfach nicht mehr da.
hier mal die css änderung:
Code:
#kursangebote .infos {
float:left;
width: 145px;
position:absolute;
background-color:#00FF00;
top: 50%;
margin-top:-35px;
right: 10px;
}
#kursangebote .kursBox {
margin-bottom: 30px;
border-bottom: 2px solid #FF0732;
position: relative;
}
Hier auch mal ein Screenshot vom IE und Firefox:
Anhänge
Zuletzt bearbeitet: