Advertisement
perazite

IE Give Me Layout!

Oct 15th, 2011
151
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.69 KB | None | 0 0
  1. Give Me Layout! Please!
  2.  
  3. The following properties/values give an element layout:
  4.  
  5. position: absolute
  6. float: left or right
  7. display: inline-block
  8. width: any value other than auto
  9. height: any value other than auto
  10. zoom: any value other than normal (see description below)
  11. writing-mode: tb-rl (see description below)
  12.  
  13. As of IE version 7, few new properties give "layout":
  14.  
  15. overflow: hidden or scroll or auto
  16. overflow-x: hidden or scroll or auto
  17. overflow-y: hidden or scroll or auto
  18. min-width: any value other than auto
  19. max-width: any value other than auto
  20. min-height: any value other than auto
  21. max-height: any value other than auto
  22.  
  23.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement