twitter-bootstrap container should overlap another container -
i trying allow 1 container-fluid overlap container. sec container should positioned @ origin of first column. container-fluid should positioned @ border of browser screen.
i have tried far position: absolute
, position: relative
. here jsbin: http://jsbin.com/uforiyex/768/
anyone can help me accomplish that?
to sec container in first, add together top:0;
.second
css.
.second { background-color: #38a453; position: absolute; top: 0; }
twitter-bootstrap
No comments:
Post a Comment