YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB Lite 1.0.x » [WBB Lite 1.0.x] Ideen, Wünsche und Suche » CSS Formatierung für Navigation » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 996 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen CSS Formatierung für Navigation
Beiträge zu diesem Thema Autor Datum
 CSS Formatierung für Navigation madleecher 10.12.07 14:18
 RE: CSS Formatierung für Navigation XeRanoN 20.12.07 22:23

Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
madleecher
Mitglied


Dabei seit: 30.11.07
Beiträge: 3

Fragezeichen CSS Formatierung für Navigation Antworten Zitieren Editieren Melden       UP

Hab ein schwerwiegendes Problem wo ich nicht weiterkomme, aber auch im Quellcode kein Fehler finden kann.

http://www.downtownraiderz.de/forum/

möchte Navigation per Text realisieren statt mit Buttons, soweit auch alles ok *.tpl angepasst und CSS im Desingpack auch aber es will nicht funktionieren büdde um eure Hilfe.

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:
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:
BODY { SCROLLBAR-BASE-COLOR: #c0c0c0;
SCROLLBAR-ARROW-COLOR: #000000;
background-image:url(http://www.downtownraiderz.de/images/carbon_bg.gif);
margin: 0;
 }
SELECT {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma, Verdana;
 COLOR: #000000;
 BACKGROUND-COLOR: #CFCFCF;
}

TEXTAREA {
 FONT-SIZE: 11px;
 FONT-FAMILY: Tahoma,Verdana;
 COLOR: #000000;
 BACKGROUND-COLOR: #ffffff;
}

.input {
 FONT-SIZE: 12px;
 FONT-FAMILY: Tahoma,Verdana;
 COLOR: #000000;
 BACKGROUND-COLOR: #ffffff;
 text-indent : 2px;
}
.topnavi {
	padding-right: 5px;
	padding-bottom: 18px;
	padding-left: 5px;
}

#bg A:link, #bg A:visited, #bg A:active { COLOR: #ffffff; TEXT-DECORATION: underline; }
#bg A:hover { COLOR: #ffffff; TEXT-DECORATION: none; }

#tablea A:link, #tablea A:visited, #tablea A:active { COLOR: #ffffff; TEXT-DECORATION: underline; }
#tablea A:hover { COLOR: #ffffff; TEXT-DECORATION: none; }

#tableb A:link, #tableb A:visited, #tableb A:active { COLOR: #ffffff; TEXT-DECORATION: underline; }
#tableb A:hover { COLOR: #ffffff; TEXT-DECORATION: none; }

#tablecat A:link, #tablecat A:visited, #tablecat A:active { COLOR: #ffffff; TEXT-DECORATION: underline; }
#tablecat A:hover { COLOR: #ffffff; TEXT-DECORATION: none; }

#tabletitle A:link, #tabletitle A:visited, #tabletitle A:active { COLOR: #ffffff; TEXT-DECORATION: none; }
#tabletitle A:hover { COLOR: #ffffff; TEXT-DECORATION: underline; }

#tabletitle { background-image: url(images/cellpic.gif); }
.clsCursor {  cursor: hand}

.navi a:hover{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FF0000;
	text-decoration: none;
}

.navi a:link{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;
}

.navi a:visited{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;}

.navi a:active{
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 10px;
	font-weight: bolder;
	color: #FFFFFF;
	text-decoration: none;}
.navi {}


und so verwnde ich die klasse
code:
1:
<td width="95"><div align="center" class="navi">$usercp_or_register</div></td>
10.12.07 14:18 madleecher ist offline E-Mail Finden Als Freund hinzufügen
XeRanoN XeRanoN ist männlich
Mitglied


Dabei seit: 23.04.04
Beiträge: 1.298
Fähigkeiten: WBB Lite 1 Profi
Forenversion: Lite 1.0

Antworten Zitieren Editieren Melden       UP

Was GENAU ist jetzt das Problem? Augenzwinkern
20.12.07 22:23 XeRanoN ist offline E-Mail Finden Als Freund hinzufügen
Baumstruktur | Brettstruktur
Gehe zu:

Neues Thema erstellen Antwort erstellen

yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB Lite 1.0.x » [WBB Lite 1.0.x] Ideen, Wünsche und Suche » CSS Formatierung für Navigation