notebook20000
Gesperrt
Ich möchte einem div eine Hintergrundgrafik verpassen und den TExt darin positionieren. Mit s.u. krieg ich das aber nicht hin. DA wird oben noch ne Menge Freiraum produziert wenn die GRafik zu klein ist um den Höhenausgleich auszugleichen
.head_button {
background-image:url(images/buttons/grey_off.png);
background-position:bottom;
background-repeat:no-repeat;
text-align:center;
vertical-align:bottom;
width:97px;
height:40px;
font-weight:bold;
font-size:13px;
float:left;
position:relative; top:0px; left:175px;
margin:0px;
padding-top:15px;
padding-bottom:0px;
background-color:#ff0000;
}
.head_button {
background-image:url(images/buttons/grey_off.png);
background-position:bottom;
background-repeat:no-repeat;
text-align:center;
vertical-align:bottom;
width:97px;
height:40px;
font-weight:bold;
font-size:13px;
float:left;
position:relative; top:0px; left:175px;
margin:0px;
padding-top:15px;
padding-bottom:0px;
background-color:#ff0000;
}