Vote count:
0
I have a Table with two Cols. In the first Col there is test(sometimes more then one line). on the right(second Col) there is a price. The height of the Col is the Lineheight from the Price I think. Thats why it has no effect to have: vertical-align:bottom;.
so the right have to get the same height then the on the left. How can I do this?
my css:
.col-1{
width:363px !important;
overflow:hidden !important;
float:left !important;
padding:0px 0px 0px 27px !important;
margin:0 !important;
white-space: nowrap;
vertical-align:bottom !important;
}
.col-2{
float:right !important;
background-color:#FFF !important;
width:100px !important;
padding:0 !important;
margin:0 !important;
text-align:right;
height:100% !important;
vertical-align:bottom !important;
}
asked 46 secs ago
Align Text of second col at bottom
Aucun commentaire:
Enregistrer un commentaire