Gegen Bilderklau - Das Original (https://www.gegen-bilderklau.net/index.php)
- Design, Website, Copyright (https://www.gegen-bilderklau.net/board.php?boardid=80)
--- Homepagehilfe (https://www.gegen-bilderklau.net/board.php?boardid=27)
---- Homepagehilfe - Archiv (https://www.gegen-bilderklau.net/board.php?boardid=139)
----- [CSS] Problem mit Linkeffekt (https://www.gegen-bilderklau.net/thread.php?threadid=55906)


Geschrieben von Sunnyglade am 21.03.2006 um 22:19:

  Problem mit Linkeffekt

Also, Vani und ich machen ja jetzt eine Seite zusammen und dafür hab ich einen Stylsheet angelegt.
So, jetzt bin ich aber irgendwie blöd und bleib hängen. Bei Seiten, die sich neu öffnen, funktioniert alles ganz toll [der Link soll beim drüberfahren weiß werden und unterstrichen], nur bei der Navigation funktioniert das nicht.
Schaut mal selbst:
Bubblefish Beispiel
Müsst unter .ladies gehen und da auf Killah oder Vanilla, bei Playlist, Greetz und Wishlist könnt ihr sehen, wie es aussehen soll...
Die CSS Datei:
code:
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:
/*FORMATIERUNGEN*/
BODY {
scrollbar-face-color: 333333;
scrollbar-highlight-color: 333333;
scrollbar-3dlight-color: 333333;
scrollbar-darkshadow-color: 333333;
scrollbar-shadow-color: 333333;
scrollbar-arrow-color: FFFFFF;
scrollbar-track-color: 333333;

font-family: georgia, serif;
color: #333333;
font-size: 8px;
}

body {
font-family: georgia
font-size: 8pt;
color: #333333;
}

a {
color: #333333;
text-decoration: none;
}

a:hover {
color: #FFFFFF;
text-decoration: none;
}


Ich hoffe, irgendwer kann mir da helfen, dass der Link auch in der Navi so erscheint smile


Forensoftware: Burning Board, entwickelt von WoltLab GmbH