Andun
Also ich hab mal wieder ein Problem:
Geht mal auf
www.teamlux-clan.de.vu .
Geht da mal über die IP vom Server. Das ist ein Link zu HLSW. Da dieser aber zuerst rot sein soll, und nicht so wie die anderen schwarz, hab ich
| code: |
1:
|
<a href="hlsw://213.202.199.56:27015" style="color:#ff0000;">213.202.199.59:27015</a> |
|
Nach dem herüber fahren wird der link schwarz.
Das ist nicht gewollt.
| code: |
1:
2:
3:
4:
|
a:active { color: #000000; text-decoration: none}
a:hover { color: #FFFFFF; text-decoration: none}
a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none} |
|
Habt ihr eine Idee, wie ich dieses Prob lösen kann, ohne das die anderen links danach auch rot sind?
neonator
mach doch ne eigene class...
| code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
12:
13:
14:
|
a:active { color: #000000; text-decoration: none}
a:hover { color: #FFFFFF; text-decoration: none}
a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a.hlsw:active { color: red; text-decoration: none}
a.hlsw:hover { color: #FFFFFF; text-decoration: none}
a.hlsw:link { color: red; text-decoration: none}
a.hlsw:visited { color: red; text-decoration: none}
<a href="hlsw://213.202.199.56:27015" style="color:#ff0000;" class="hlsw">213.202.199.59:27015</a>
|
|
..
Andun
ach das geht?
Ich wusste nicht dass das auch mit diesen definitionen geht
Danke
Edit:
Mhhh. . . .
Das funzt nicht. Bist du sicher dass das geht? Ich seh auch nochmal wo nach. So funzt`s auf jeden fall nicht.
Andun
Ne, das geht nicht.
sieh dir den Quelltext selbst mal an.
Es ist die Seite
www.teamlux-clan.de.vu .
Die Seite ist sonst noch nciht fertig, aber ich will dass das funzt. Ich hab auch schon die Formate, inne andere Reihenfolge gebracht, aber das bringt auch nichts.
EDIT:
Mhhh. . . .
Ich hab jetzt mal versuchsweise das schwarz von den anedren links auf grau gesetzt. Wenn man von denen weg geht werden die auhc schwarz. Liegt das am Browser? (ich hab IE 6.0)
neonator
machs mal in dieser reihenfolge (hover zu unterst):
| code: |
1:
2:
3:
4:
5:
6:
7:
8:
9:
10:
11:
|
<style>
a:active { color: #000000; text-decoration: none}
a:link { color: #000000; text-decoration: none}
a:visited { color: #000000; text-decoration: none}
a:hover { color: #FFFFFF; text-decoration: none;}
a.hlsw:active { color: red; text-decoration: none}
a.hlsw:link { color: red; text-decoration: none}
a.hlsw:visited { color: red; text-decoration: none}
a.hlsw:hover { color: #FFFFFF; text-decoration: none}
</style> |
|
Andun
Geht auch nicht!!!
Cih versteh das nciht, das hat doch sonst auch immer gefunzt!!!
Wie ist das denn wienn ihr die Seite anseht?
P.s.: Ich hab die Farbe jetzt auf grau und nicht auf schwarz bei den normalen links.
EDIT:
Ich habs gelöst.
Lösung:
Das herunter geladene Tpl hatte ein JS damit die farbe bei den links nicht so plötzlich wechselt. Das muss ich jetzt nur noch beheben.