Andreas: Link und Button nebeneinander anordnen (innerhalb einer div Box)

Beitrag lesen

Hm, so sieht's jetzt bei mir anständig aus:

<style type="text/css">
.textBlock_buttonPanel input {
 border: 1px dotted #000000;
 background:#dbdbdb;
 text-align:center;
 color:#474747;
 font-size: 80%;
 font-family: Arial;
 text-decoration: none;
 margin: 0px;
 padding: 2px 1em;
}
.textBlock_buttonPanel a{
 border: 1px dotted #000000;
 background:#dbdbdb;
 text-align:center;
 color:#474747;
 font-size: 80%;
 font-family: Arial;
 text-decoration: none;
 margin: 0px;
 padding: 3px 1em;
 display: block;
}
.textBlock_buttonPanel {
}
.textBlock_button_left {
 float:left;
}
.textBlock_button_middle {
 float:left;
 margin-left:2em;
}
.textBlock_button_middle input {
}
.textBlock_button_right {
 float:right;
}
</style>

Gruß,

Andreas