Guest User

Untitled

a guest
Aug 17th, 2018
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.29 KB | None | 0 0
  1. DIV falling below other DIV in CSS layout
  2. #twitter{
  3. width: 260px;
  4. margin-bottom: 20px;
  5. height: 290px;
  6. overflow: auto;
  7. font-size: 11px;
  8. background: #ececec;
  9. }
  10.  
  11. <div wrapper></div>
  12. <div wrapper2>
  13. <div twitter style="float:right"></div>
  14. <div box1></div>
  15. <div box2></div>
  16. ...
  17. </div>
Add Comment
Please, Sign In to add comment