Лучший Ответ Kess , 23 April 2014 - 08:35
Then it will be easier to just apply clearfix styles to that block.
http://nicolasgallag...-clearfix-hack/
If you use plain CSS, just add this and it will be fine:
.element-textarea:before,
.element-textarea:after {
content: " ";
display: table;
}
.element-textarea:after {
clear: both;
}
.element-textarea {
*zoom: 1;
}
Перейти к сообщению


Тема закрыта







