how to fit div into the corner
Posted
by
user650749
on Stack Overflow
See other posts from Stack Overflow
or by user650749
Published on 2012-06-26T02:20:38Z
Indexed on
2012/06/26
15:16 UTC
Read the original article
Hit count: 151
I have a div whose height span 2 rows. But I want to the following div fit into the bottom left and bottom right corner:
http://jsfiddle.net/netnet/NNH6V/ before browse, please drag the splitter to left and you will see the checkbox2 and "2222222222" could be fit into bottom left and bottom right perfectly.
I can use the relative position(.VerticalUp class). But the problem is it will leave a empty row underneath, which I don't want.
Any idea?
© Stack Overflow or respective owner