Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/css/ie6.css
blob: 6539ea402bbb49fc2495220edb3fdfc9272aff98 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
/* ie6 compatibility */

#menu
{
	position: absolute;
}
#menu li ul {
	position: absolute;
	left: 0px;
	width: 243px;
	margin: -35px 0 0 0;
}
#menu ul li ul {
	position: absolute;
	left: 0px;
	width: 243px;
	margin: -35px 0 0 240px;
}
#menu ul ul li ul {
	position: absolute;
	left: 0px;
	width: 243px;
	margin: -35px 0 0 240px;
}
#menu ul ul ul li ul {
	position: absolute;
	left: 0px;
	width: 243px;
	margin: -35px 0 0 240px;
}