Pārlūkot izejas kodu

Special breadcrumb hack for IE7 in old style

Yannick Warnier 13 gadi atpakaļ
vecāks
revīzija
35bc8e58cd
1 mainītis faili ar 4 papildinājumiem un 0 dzēšanām
  1. 4 0
      main/css/dokeos_classic/default.css

+ 4 - 0
main/css/dokeos_classic/default.css

@@ -554,6 +554,10 @@ input[text] {
     width:98%;
 	clear:right;
 }
+/* Special hack for IE7 using the html>body hack - 
+otherwise the breadcrumb jumps to the right */
+html>body #header4 { clear: none; }
+
 #header4 a {
 	color: #4171b5;
 }