Demo

Probiere ClanSphere aus und teste daran herum. Demo


Antworten: 4
Seite [1]
Horscht


Poststar




Beiträge: 687
# Thema - 16.04.2007 um 19:39 Uhr
Kann ich irgendwie die linke und die rechte navlist separat bearbeiten?

Also in der css datei?


------------------
Grüße, Horscht
Offline
borchi


Geekboy



Herkunft: Berlin
Beiträge: 1231
# Antwort: 1 - 16.04.2007 um 19:44 Uhr
Müsste eigentlich navhead für links und navheadb für rechts sein.


------------------


Inaktiv
|
Horscht
Thread-Ersteller


Poststar




Beiträge: 687
# Antwort: 2 - 16.04.2007 um 20:20 Uhr
Bisher sieht es so aus:

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
1. / 2. / ... 
 .navhead,.navhead2 {
    
background-image:url("tablehead.jpg");
    
background-color:#000000;
    
border:solid #000000;
    
border-width:0px 0px 0px 0px;
    
color:#000000;
    
font-weight:bold;
    
padding:4px;
    
text-align:center;
}
.
navbodyb,.navbody2b {
    
background-color:#bdcad6;
    
border:solid #404040;
    
border-width:1px 1px 1px 1px;
    
color:inherit;
    list-
style:none;
    
padding:4px 6px 4px 8px;
    
text-align:left;


Wie muss das aussehen für links und rechts getrennt?


------------------
Grüße, Horscht

Offline
|
h0n1g


Geekboy




Beiträge: 1013
# Antwort: 3 - 16.04.2007 um 20:36 Uhr
16.04.2007 um 18:20 Uhr - Horscht:
Bisher sieht es so aus:

 
1.
2.
3.
4.
5.
6.
7.
8.
9.
10.
11.
12.
13.
14.
15.
16.
17.
18.
1. / 2. / ... 
 .navhead,.navhead2 {
    
background-image:url("tablehead.jpg");
    
background-color:#000000;
    
border:solid #000000;
    
border-width:0px 0px 0px 0px;
    
color:#000000;
    
font-weight:bold;
    
padding:4px;
    
text-align:center;
}
.
navbodyb,.navbody2b {
    
background-color:#bdcad6;
    
border:solid #404040;
    
border-width:1px 1px 1px 1px;
    
color:inherit;
    list-
style:none;
    
padding:4px 6px 4px 8px;
    
text-align:left;


Wie muss das aussehen für links und rechts getrennt?



 
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.
1. / 2. / ... 
 
.navhead2 {
    
background-image:url("tablehead.jpg");
    
background-color:#000000;
    
border:solid #000000;
    
border-width:0px 0px 0px 0px;
    
color:#000000;
    
font-weight:bold;
    
padding:4px;
    
text-align:center;
}
.
navhead {
    
background-image:url("tablehead.jpg");
    
background-color:#000000;
    
border:solid #000000;
    
border-width:0px 0px 0px 0px;
    
color:#000000;
    
font-weight:bold;
    
padding:4px;
    
text-align:center;
}
.
navbodyb {
    
background-color:#bdcad6;
    
border:solid #404040;
    
border-width:1px 1px 1px 1px;
    
color:inherit;
    list-
style:none;
    
padding:4px 6px 4px 8px;
    
text-align:left;
}

.
navbody2b {
    
background-color:#bdcad6;
    
border:solid #404040;
    
border-width:1px 1px 1px 1px;
    
color:inherit;
    list-
style:none;
    
padding:4px 6px 4px 8px;
    
text-align:left;
}


------------------
ClanSphere - Makes your website a playmate, just dress her

Inaktiv
|
OeTz


Beginner




Beiträge: 11
# Antwort: 4 - 02.05.2007 um 16:31 Uhr
top


Inaktiv
|
Antworten: 4
Seite [1]


Sie müssen sich registrieren, um zu antworten.