PageRenderTime 46ms CodeModel.GetById 16ms RepoModel.GetById 0ms app.codeStats 0ms

/lib/jquery-validate/demo/marketo/ie6.css

#
CSS | 35 lines | 23 code | 12 blank | 0 comment | 0 complexity | 3fa40ff4b28fbf4530930434289e8ecf MD5 | raw file
Possible License(s): LGPL-2.1, Apache-2.0, BSD-3-Clause
  1. img.png {
  2. background-image: expression(
  3. this.runtimeStyle.backgroundImage = "none",
  4. this.runtimeStyle.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='" + this.src + "', sizingMethod='image')",
  5. this.src = "images/blank.gif"
  6. );
  7. }
  8. .hidden {
  9. display:none
  10. }
  11. div.login { width: 120px;}
  12. div.nav-global LI,
  13. div.nav-global LI A { display:inline !important; zoom: 1;}
  14. div.nav-global LI A:hover,
  15. div.nav-left li a:hover { text-decoration: none;}
  16. div.buttonSubmit { height: 36px;}
  17. div.buttonSubmit input { position: absolute;}
  18. div.offerHeader {margin-left: 3px;}
  19. #col-left { height: 340px;}
  20. span#cancellation {
  21. position: relative;
  22. top: 20px;
  23. }