Guest User

Untitled

a guest
Feb 20th, 2018
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1.  
  2. /*Ad hoc positioning*/
  3.  
  4. .floatLeft{
  5. float: left;
  6. margin: 0 auto 0 0; /** IE postioning **/
  7. width: auto;
  8. }
  9.  
  10. .floatRight{
  11. float: right;
  12. margin: 0 0 0 auto; /** IE postioning **/
  13. width: auto;
  14. }
  15.  
  16. .clearBoth {
  17. clear:both;
  18. }
Add Comment
Please, Sign In to add comment