Ik heb een tabel met de class menu:
met daar de css:
Ik heb tevergeefs ook de volgende syntax geprobeerd:
Volgens w3 standaarden zou dit meoten werken... echter in zowel IE als FireFox werkt het niet, ik krijg zwarte links (wel met juiste font-size en font-weight
)
HTML:
1
2
3
4
5
6
7
| <table class="menu"> <tr> <td><a href="#self#circuit.action" class="menu">Home</a></td> <td><a href="#self#changelog.show">Changelog</a></td> <td align="right" class="menuSmall">U bevint zich hier » <a href="#self#circuit.actie" class="menuSmall">home</a> » #fusebox.circuit# » #fusebox.fuseaction#</td> </tr> </table> |
met daar de css:
Cascading Stylesheet:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
| [...] a:link { text-decoration: none; color: #000000; } [...] .menu, a.menu:link { height: 15px; background-color: #154A9A; font-weight: bold; font-size: 8pt; text-decoration: none; color: #FFFFFF; } |
Ik heb tevergeefs ook de volgende syntax geprobeerd:
Cascading Stylesheet:
1
| a:link.menu |
Volgens w3 standaarden zou dit meoten werken... echter in zowel IE als FireFox werkt het niet, ik krijg zwarte links (wel met juiste font-size en font-weight
A real man fears not mortality for it's death, he fears mortality for it's lack of life!
RatPack #814