PageRenderTime 71ms CodeModel.GetById 14ms RepoModel.GetById 0ms app.codeStats 0ms

/tutorials/chapter_10/form/ie.css

https://bitbucket.org/chuns/css
CSS | 40 lines | 19 code | 9 blank | 12 comment | 0 complexity | 18936541b1f89cee0216ae072f402458 MD5 | raw file
  1. /****************/
  2. /*LAYOUT STYLES*/
  3. /****************/
  4. /* box model hacks for IE 5.5 */
  5. #wrapper {
  6. width: 761px;
  7. w\idth: 760px;
  8. overflow: hidden;
  9. }
  10. #home #main {
  11. width: 588px;
  12. w\idth: 577px;
  13. }
  14. /* display bug that pushes main content 6 px
  15. below banner region */
  16. #nav {
  17. height: 1px;
  18. margin-bottom: -6px; /*removes space introduced by clearing <br>*/
  19. }
  20. /****************/
  21. /*ANNOUNCE SIDEBAR STYLES*/
  22. /****************/
  23. /* double-margin-bug */
  24. #announce {
  25. height: 1px;
  26. }
  27. /* following hack makes entire area of link
  28. clickable in IE. This gives those links "layout" */
  29. #announce a {
  30. height: 1px;
  31. }