Hi,
ich möchte in meinem Header-DIV ein Headcontent-DIV ausrichten um darin meine "Buttons" (a als block mit Hintergrund) zu verankern. Das klappt an sich auch. Allerdings ist der IE7 unten nicht bündig sondern lässt 1px Abstand.
meine Seite
Code:
#header {
background: url("/img/templates/head.gif") no-repeat bottom center;
width: 761px;
height: 117px;
vertical-align: bottom;
text-align: right;
position: relative;
padding: 0;
}
#headcontent a {
background: url("/img/templates/head_button.gif") no-repeat bottom center;
width: 119px;
height: 35px;
display: block;
float: left;
text-align:center;
line-height: 35px;
padding: 0;
margin: 0;
}
#headcontent {
font-size: 9.5pt;
padding: 0;
margin: 0;
text-align: right;
vertical-align: bottom;
position: absolute;
bottom: 0;
right: 15px;
}
Hab hier schon alles mögliche dursucht. Leider nicht fündig geworden. Hat jemand eine Lösung?