CSS   109
ie fixes css
Guest on 17th March 2023 12:27:54 AM


  1. .lt-ie9 .navigation > li {
  2.     list-style-type: none;
  3. }
  4.  
  5. .lt-ie9 .navigation li {
  6.     list-style-type: none;
  7. }
  8.  
  9. .lt-ie9 .item-img-overlay a {
  10.     display: none !important;
  11. }
  12.  
  13. .lt-ie9 .item-img-overlay:hover a {
  14.     display: inline-block !important;
  15. }
  16.  
  17. .lt-ie9 .comments .comment-content {
  18.     background-color: #f3f3f3;
  19. }
  20.  
  21. .lt-ie9 .tags a:hover:after {
  22.     background: no-repeat -62px -25px url("../images/sprites.png");
  23.     width: 24px;
  24.     height: 25px;
  25. }
  26.  
  27. .lt-ie9 .accordion2 .accordion-row {
  28.     background-color: #f3f3f3;
  29. }
  30.  
  31. .lt-ie9 .team-member {
  32.     border: 1px solid #e1e1e1;
  33. }
  34.  
  35. .lt-ie9 .team-member-progress-container {
  36.     border: 1px solid #d4d4d4;
  37. }
  38.  
  39. .lt-ie9 .tab {
  40.     display: block;
  41.     float: left;
  42.     border-bottom: none;
  43.     position: relative;
  44.     margin: 0 0 0 3px;
  45. }
  46.  
  47. .lt-ie9 .tab:first-child {
  48.     margin: 0 0 0 0px;
  49. }
  50.  
  51. .lt-ie9 .tab-container .tabs-content {
  52.     overflow: hidden;
  53.     float: left;
  54.     clear: both;
  55. }
  56.  
  57. .lt-ie9 .tab-container .tabs-content div {
  58.     float: left;
  59. }
  60.  
  61. .lt-ie9 .breadcrumbs li.last-child:after {
  62.     content: "";
  63. }
  64.  
  65. .lt-ie9 .navigation > li {
  66.     float: left;
  67.     margin-right: 15px;
  68. }
  69.  
  70. .lt-ie9 .blog-post .blog-post-featured-img.blog-post-featured-img-with-vid:after {
  71.     background-image: none;
  72. }
  73.  
  74. .flickr_badge_wrapper .last-child-flicker {
  75.     margin: 0 0 6px 0;
  76. }
  77.  
  78. .tabs-content .social-icons {
  79.     width: 100%;
  80.     /*clear: both;*/
  81. }
  82.  
  83. .feature {
  84.     border: 1px solid #eee !important;
  85. }
  86.  
  87. .last-child-nav {
  88.     margin-right: 0 !important;
  89.     padding-right: 0 !important;
  90. }
  91.  
  92. .price-table {
  93.     border: 1px solid #eee !important;
  94. }
  95.  
  96. .sticky-header {
  97.     border-bottom: 1px solid #666 !important;
  98. }
  99.  
  100. .loading-fallback {
  101.     display: block;
  102. }

Raw Paste

Login or Register to edit or fork this paste. It's free.