Ik heb het volgende:
Dit heeft als output:

Maar ik wil graag dit:

Ik zit nu al uren te prullen met de padding en margin van ul, li en zelfs a, maar ik krijg het maar niet goed. Wie helpt mij op weg? Alvast bedankt
HTML:
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
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
| <style> ul { list-style: none; margin: 0px; background: red; } .ul0 { padding-left: 0px; background: lime; } .ul1 { padding-left: 15px; background: green; } .ul2 { padding-left: 15px; background: blue; } .ul3 { padding-left: 15px; background: red; } <style> <ul class="ul0"> <li class"li0-off"><a class="a0-off" href="">over_kwispel</a></li> <li class"li0-on"><a class="a0-on" href="">abonnementen</a></li> <ul class="ul1"> <li class"li1-on"><a class="a1-on" href="">bejaarden</a></li> <ul class="ul2"> <li class"li2-off"><a class="a2-off" href="">mannen</a></li> <li class"li2-on"><a class="a2-on" href="">vrouwen</a></li> <ul class="ul3"> <li class"li3-off"><a class="a3-off" href="">mooi</a></li> <li class"li3-off"><a class="a3-off" href="">lelijk</a></li> </ul> </ul> <li class"li1-off"><a class="a1-off" href="">jongeren</a></li> </ul> <li class"li0-off"><a class="a0-off" href="">contact</a></li> <li class"li0-off"><a class="a0-off" href="">diensten</a></li> </ul> |
Dit heeft als output:

Maar ik wil graag dit:

Ik zit nu al uren te prullen met de padding en margin van ul, li en zelfs a, maar ik krijg het maar niet goed. Wie helpt mij op weg? Alvast bedankt
[ Voor 54% gewijzigd door Reveller op 06-07-2004 12:56 ]
"Real software engineers work from 9 to 5, because that is the way the job is described in the formal spec. Working late would feel like using an undocumented external procedure."
