just define Display type of Element as Table ;)
i put it here maybe useful for some body
Code:
<div style="width:0;background-color:Black;padding:20px;display:table"> <div style="width:150px;height:150px;background-color:red"> </div> <div style="clear:both"></div>
Leave a comment: