YourWBB


yourWBB » WoltLab Burning Board Generation 2 * » Alles von und für das WBB 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » cellpic.gif ersetzen durch CSS-Code zerschießt mir alles... » Hallo Gast [Anmelden|Registrieren]
Letzter Beitrag | Erster ungelesener Beitrag 714 Views | | Thema zu Favoriten hinzufügen

Neues Thema erstellen Antwort erstellen

Dieses Thema wurde als unerledigt markiert. Thread unerledigt

Zum Ende der Seite springen cellpic.gif ersetzen durch CSS-Code zerschießt mir alles...
Autor
Beitrag « Vorheriges Thema | Nächstes Thema »
Yogi
Mitglied


images/avatars/avatar-3791.jpg

Dabei seit: 11.01.06
Beiträge: 278

sehr Traurig cellpic.gif ersetzen durch CSS-Code zerschießt mir alles... Antworten Zitieren Editieren Melden       UP

Dies ist eine vorgefertigte Schablone.
Bitte fülle soviel aus, wie dir nur Möglich ist, du kannst auch gerne noch mehr Angaben machen.


Problembeschreibung:
ich hab in meinem Designpack den Css-Code für den Tabellenkopf durch einen Css-Code (im Feld zusätzlicher CSS-Code) ersetzt... und danach hat es die komplette Forenübersicht sowie Header verhunzt... Das was in der Fehlermeldung steht ist das was über der logo.gif zu finden ist...

Der Css-Code lautet wie folgt:
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:
<style type="text/css">
div {
 height: 1px;
 width: 100%;
 font-size: 0;
 line-height: 0;
 }

 #f0 {background-color: #ffbd00}
 #f1 {background-color: #ffbf00}
 #f2 {background-color: #ffc000}
 #f3 {background-color: #ffc200}
 #f4 {background-color: #ffc300}
 #f5 {background-color: #ffc500}
 #f6 {background-color: #ffc700}
 #f7 {background-color: #ffc800}
 #f8 {background-color: #ffca00}
 #f9 {background-color: #ffcb00}
 #f10 {background-color: #ffcd00}
 #f11 {background-color: #ffcf00}
 #f12 {background-color: #ffd000}
 #f13 {background-color: #ffd200}
 #f14 {background-color: #ffd300}
 #f15 {background-color: #ffd500}
 #f16 {background-color: #ffd600}
 #f17 {background-color: #ffd800}
 #f18 {background-color: #ffda00}
 #f19 {background-color: #ffdb00}
 #f20 {background-color: #ffdd00}
 #f21 {background-color: #ffde00}
 #f22 {background-color: #ffe000}
</style>

<div id="f0"></div>
<div id="f1"></div>
<div id="f2"></div>
<div id="f3"></div>
<div id="f4"></div>
<div id="f5"></div>
<div id="f6"></div>
<div id="f7"></div>
<div id="f8"></div>
<div id="f9"></div>
<div id="f10"></div>
<div id="f11"></div>
<div id="f12"></div>
<div id="f13"></div>
<div id="f14"></div>
<div id="f15"></div>
<div id="f16"></div>
<div id="f17"></div>
<div id="f18"></div>
<div id="f19"></div>
<div id="f20"></div>
<div id="f21"></div>
<div id="f22"></div>


Fehlermeldung:
code:
1:
} .tabletitle_fc { color: #000000; } .inposttable { background-color: #ffffff; } .tabletitle a:link, .tabletitle a:visited, .tabletitle a:active { color: #000000; text-decoration: none; } .tabletitle a:hover { color: #000000; text-decoration: underline; } .smallfont { font-size: 11px; font-family: Tahoma,Helvetica; } .normalfont { font-size: 13px; font-family: Tahoma,Helvetica; } .tablecat { color: #ffffff; background-color: #ABABAB; } .tablecat_fc { color: #ffffff; } .tablecat a:link, .tablecat a:visited, .tablecat a:active { color: #ffffff; text-decoration: underline; } .tablecat a:hover { color: #ffffff; text-decoration: none; } .tableb { color: #000000; background-color: #CDCDCD; } .tableb_fc { color: #000000; } .tableb a:link, .tableb a:visited, .tableb a:active { color: #000000; text-decoration: underline; } .tableb a:hover { color: #000000; text-decoration: none; } .tablea { color: #000000; background-color: #E2E2E2; } .tablea_fc { color: #000000; } .tablea a:link, .tablea a:visited, .tablea a:active { color: #000000; text-decoration: underline; } .tablea a:hover { color: #000000; text-decoration: none; } .prefix { color: #000000; } .time { color: #666686; } .highlight { color: red; font-weight: bold; } select { font-size: 12px; font-family: tahoma,helvetica; color: #000000; background-color: #cfcfcf; } textarea { font-size: 12px; font-family: tahoma,helvetica; color: #000000; background-color: #cfcfcf; } .input { font-size: 12px; font-family: tahoma,helvetica; color: #000000; background-color: #cfcfcf; border:1px solid #000000; border-top-width : 1px; border-right-width : 1px; border-bottom-width : 1px; border-left-width : 1px; text-indent : 2px; } .publicevent { color: red; } .privateevent { color: blue; } .hoverMenu { display: none; position: absolute; z-index: 10; padding: 5px; border: 1px solid #000000; color: #000000; background-color: #E2E2E2; } .hoverMenu ul { list-style-type: none; margin: 0; padding: 0; } .hoverMenu ul li { text-align: left; padding: 0; } form { padding:0px; margin:0px; } pre { padding:0px; margin:0px; } -->


Link zum Forum oder Screenshot:


Was wurde zuletzt geändert oder eingebaut?
nüscht...

Gegenfrage... kann man überhaupt mittels css den Tabellenkopf einen Farbverlauf verpassen? Wenn ja wie?

Danke und Gruß

__________________

27.10.06 23:03 Yogi 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 2.3.x » [WBB 2.3.x] Allg. Fragen und Probleme » cellpic.gif ersetzen durch CSS-Code zerschießt mir alles...