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 Stylesheet {neues Problem} (https://www.gegen-bilderklau.net/thread.php?threadid=122018)


Geschrieben von Alaska. am 08.11.2007 um 18:38:

  Problem mit Stylesheet {neues Problem}

Was stimmt bei diesem Code nicht? Als erstes wird die Schrift ganz winzig angezeigt und jetzt ist die Schriftart nichtmehr Verdana, kann mir jemand helfen?

www.rv-bajo.at.vu

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:
body {
color: #8C6B46;
font: Verdana;
font-size: 12px;
text-align: center;

background-color:chroma; 
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}

table {
border-spacing: 1px;
border-color: #8C6B46;
font: Verdana;
font-size: 12px;
border-collapse:collapse;
text-align: center;
color: #8C6B46;
background-image:url(http://rvbajo.rv.funpic.de/Grafiken/texturgruen.jpg);
}


td {
border-spacing: 1px;
border-color: #8C6B46;
font-family: verdana;
text-align: center;
color: #8C6B46;
font-size: 12px;

}

table2 {
border-spacing: 0px;
font: Verdana;
font-size: 12px;
border-collapse:collapse;
text-align: center;
color: #8C6B46;
}


td2 {
border-spacing: 0px;
font-family: verdana;
text-align: center;
color: #8C6B46;
font-size: 12px;

}

h1 {
color: #8C6B46;
border bottom: #FFFFF;
font-size: 12px;
}


-->
  </style>
  <style type="text/css"><!--body{cursor:nw-resize
};a:hover{cursor:nw-resize
;}--></style>

A{cursor:default;height:1px;behavior:url(link.htc);filter:progid:dximagetransform.microsoft.slide(duration=1)}
A:link{color:#8C6B46; text-decoration:none;}
A:visited{color:#8C6B46;text-decoration:none;}
A:hover{color:#ffffff;text-decoration:none;}-->
</style>




Geschrieben von .smartness am 08.11.2007 um 19:09:

 

du musst
font-family: Verdana;

schreiben Augenzwinkern



Geschrieben von Alaska. am 08.11.2007 um 19:39:

 

oh danke, ich bin echt dumm großes Grinsen

*keks geb*



Geschrieben von .smartness am 08.11.2007 um 19:45:

 

*mampf* bitte bitte.. fand die andere Schrift aber irgendwie schöner :-D



Geschrieben von Alaska. am 09.11.2007 um 20:16:

 

so, neues Problem ^^:

und zwar hab ich jetzt die Schriftart geändert aber es tut sich nix und ein 2. ich hab mir jetzt 2 Tabellenstyles gemacht aber das funkt auch irgendwie nicht. Man muss ja <table class="table2"> schreiben, oder? Aber es geht nicht :/

hier der neue code
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:
83:
84:
85:
86:
body {
color: #8C6B46;
font-family: trebuchet ms;
font-size: 10px;
text-align: center;
background-color:chroma; 
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}

iframe{
scrollbar-face-color: #ffffff;
scrollbar-highlight-color: #000000;
scrollbar-3dlight-color: #ffffff;
scrollbar-darkshadow-color: #ffffff;
scrollbar-shadow-color: #ffffff;
scrollbar-arrow-color: #000000;
scrollbar-track-color: #ffffff;
}


table {
border-spacing: 1px;
border-color: #8C6B46;
font: Verdana;
font-size: 12px;
border-collapse:collapse;
text-align: center;
color: #8C6B46;
background-image:url(http://rvbajo.rv.funpic.de/Grafiken/texturgruen.jpg);
}


td {
border-spacing: 1px;
border-color: #8C6B46;
font-family: verdana;
text-align: center;
color: #8C6B46;
font-size: 12px;

}

.table2 {
border-spacing: 0px;
font: Verdana;
font-size: 12px;
border-collapse:collapse;
color: #8C6B46;
}


.td2 {
border-spacing: 0px;
font-family: verdana;
text-align: center;
color: #8C6B46;
font-size: 12px;

}

h1 {
color: #8C6B46;
border bottom: #FFFFF;
font-size: 12px;
}


-->
  </style>
  <style type="text/css"><!--body{cursor:nw-resize
};a:hover{cursor:nw-resize
;}--></style>

A{cursor:default;height:1px;behavior:url(link.htc);filter:progid:dximagetransform.microsoft.slide(duration=1)}
A:link{color:#8C6B46; text-decoration:none;}
A:visited{color:#8C6B46;text-decoration:none;}
A:hover{color:#ffffff;text-decoration:none;}-->
</style>



Freue mich über jede Hilfe ^^



Geschrieben von .smartness am 09.11.2007 um 22:16:

 

Gibt es die Schriftart denn auf deinem PC?
Versuch mal in der richtigen Schreibweise zu schreiben...
also groß 6 kleinschreibung

naja... also ich mach eigentlich immer nur class für die einzelnen spalten.. also z.B.

<td class="tahell">
oder so... könnte mir aber vorstellen das das auch so geht wie du es machst..
ist denn alles hochgeladen?



Geschrieben von Alaska. am 09.11.2007 um 23:44:

 

danke ihr 2, werds mal versuchen fröhlich


Forensoftware: Burning Board, entwickelt von WoltLab GmbH