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
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
| <HTML> <HEAD> <TITLE></TITLE> <style type="text/css"> <!-- A:LINK { Color: White; Text-Decoration: none; } A:VISITED { Color: White; Text-Decoration: none; } A:HOVER { Color: Orange; Text-Decoration: none; } A:ACTIVE { Color: Orange; Text-Decoration: none; } body { padding: 0; margin: 0; position: absolute; width: 100%; height: 100%; } div.header { width: auto; height: 100px; background-color: #3B4E7A; } div.menu { background-color: #3B4E7A; position: absolute; left: 0; width: 110px; height: 400px; overflow: hidden; Z-Index: 1; } div.inhoud { width: auto; margin-left: 110px; overflow: auto; height: 400px; } div.footer { background-image: url("gfx/blocks.bmp"); background-repeat: no-repeat; background-position: bottom right position: absolute; bottom: 0; width: 100%; height: 100px; bottom: 0px; background-color: #3B4E7A; Color: #FF8000; Font-Family: Verdana; Font-Size: XX-small; } FONT { Color: White; Font-Family: Verdana; Font-Size: X-small; Z-Index: 2; } --> </style> <!--[if IE 6]> <style type="text/css"> <!-- html { overflow:hidden; } body { height:100%; overflow:auto; } --> </style> <![endif]--> </HEAD <BODY> <div class="header"><!-- begin header //--> <font>H E A D E R</font> <!-- einde header //--></div><div><div class="menu"><!-- begin menu //--> <div> [img]"gfx/menu2.bmp"> <span[/img]<a href="home.html" target="iframe"><font>.home</font></a></span> <span style="position:absolute;top:110px;left:40px;Z-Index: 2"><a href="info.html" target="iframe"><font>.info</font></a></span> <span style="position:absolute;top:150px;left:40px;Z-Index: 2"><a href="products.html" target="iframe"><font>.products</font></a></span> <span style="position:absolute;top:188px;left:40px;Z-Index: 2"><a href="xsteps.html" target="iframe"><font>.<sup>5-</sup>steps</font></a></span> <span style="position:absolute;top:230px;left:40px;Z-Index: 2"><a href="portfolio.html" target="iframe"><font>.portfolio</font></a></span> <span style="position:absolute;top:270px;left:40px;Z-Index: 2"><a href="contact.html" target="iframe"><font>.contact</font></a></span> <span style="position:absolute;top:310px;left:40px;Z-Index: 2"><a href="login.html" target="iframe"><font>.login</font></a></span> </div> <!-- einde menu //--></div><div class="inhoud"><!-- begin inhoud //--> <iframe name="iframe" frameborder="0" width="100%" height="100%" src="blank.html"></iframe> <!-- einde inhoud //--></div></div><div class="footer"><!-- begin footer //--> F O O T E R <!-- einde footer //--></div> </BODY> </HTML> |
Kan iemand mij vertellen waarom dit gedeelte NIET werkt?
HTML:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
| A:LINK
{
Color: White;
Text-Decoration: none;
}
A:VISITED
{
Color: White;
Text-Decoration: none;
}
A:HOVER
{
Color: Orange;
Text-Decoration: none;
}
A:ACTIVE
{
Color: Orange;
Text-Decoration: none;
} |
Zodra ik van de A:HOVER de Text-Decoration op underline zet ipv none, maakt hij
die onderlijning oranje! Ik wil dus dat de link oranje wordt als hij actief is, en als
er overheen bewogen wordt met de muis...
Wat heb ik geprobeerd:
Color >> Text-Color
Color >> Font-Color
Maar het mocht niet baten... Er moet ergens een fout zitten, maar ik zie hem niet
Iemand dé tip voor de perfectionering van m'n site? Alvast bedankt!
/me
Heb ook al geprobeerd ALINK VLINK etc in de <body> tag te zetten, maar dat
mocht helaas ook niet baten
[ Voor 19% gewijzigd door Verwijderd op 16-01-2004 00:29 ]