Projekt

Allgemein

Profil

« Zurück | Weiter » 

Revision b1513dcc

Von Holger Lindemann vor etwa 15 Jahren hinzugefügt

  • ID b1513dccda2a40beac493ae20cf3985af2e88473
  • Vorgänger efd3637e
  • Nachfolger f373f98d

Altes CSS menü wg. Probleme mit Opera wiederhergestellt.

Neues CSS als menuv4 eingefügt. JS alt entfernt.

Unterschiede anzeigen:

css/menuv3.css
22 22
padding:1px 0 1px 3px;
23 23
}
24 24

  
25
#menu h2:before {
26
    content:" ";
27
}
28
#menu h2:after {
29
    content:" "; 
30
}
31 25
#menu h2 {
32 26
color:#fff;
33
padding:2 15px
27
padding:0 5px;
34 28
}
35 29

  
36 30
#menu a, #menu a:visited, #menu div.x, #menu div.x:visited {
......
42 36
#menu a {
43 37
background:#eee;
44 38
}
39

  
45 40
#menu div.x, #menu div.x:visited {
46 41
background:#eee url(../image/right.gif) no-repeat right;
47 42
}
......
61 56
margin:0;
62 57
padding:0;
63 58
float:left;
59
min-width:7em;
64 60
}
65 61

  
66 62
#menu li {
......
69 65
border:0;
70 66
}
71 67

  
72
li.sub {
73
position:relativ;
74
left:-25px;
75
top:-3px;
76
}
77

  
78 68
/* IE6 spacing bug fix, <li>s without a bottom border get spaced to far 
79 69
 * correction: the bug will change the height of the parent element! this will also cause the whole menu to grow 
80 70
 * so the only method to get this pile of crap going is to add a bottom border to the <li>s, where the enclosing <ul> already has
......
98 88
z-index:500;
99 89
top:auto;
100 90
display:none;
91
background:#000;
101 92
}
102 93

  
103 94
#menu ul ul ul {
104 95
top:0;
105 96
left:100%;
97
background:#000;
106 98
}
107 99

  
108 100
/* Begin non-anchor hover selectors */
......
133 125
div#menu li li:hover ul,
134 126
div#menu li li li:hover ul,
135 127
div#menu li li li li:hover ul
136
{display:block; position:relativ: left:10px;}
128
{display:block;}
137 129

  
138 130
/* End of non-anchor hover selectors */
139 131

  

Auch abrufbar als: Unified diff