![]() |
| | LinkBack | Themen-Optionen | Thema bewerten | Ansicht |
|
#1
| |||
| |||
hi alle zusammen also ich könnt echt ko*** die CSS zuweisungen meiner extension werden nicht mehr erkannt, ich kann machen was ich will, aber ich kireg keine anzeige mehr von dem CSS im borwser... im quelltext wird alle richtig inkludiert.... css ist vorhanden und mein html template hat auch die zuweisungen.... allerdings gibt es keine anzeige im browser..... mittlerweile seh ich auch kein problem mehr, also wäre hilfe echt nett.... mal was vom code! Code: <!-- ###LISTING### begin --> <table cellspacing="3" cellpadding="3" class="tx_list_table1"> <tr class="tx_list_row"> <td class="tx_list_data1" colspan="2"><DIV class="tx_criticshead">###TITLE###</div></td> </tr> <tr class="tx_list_row"> <td class="tx_list_data2" rowspan="2" valign="top">###ICON###</td> <td class="tx_list_data3"><DIV class="tx_criticsdate">###DATE### ###CAT###</div></td> </tr> <tr class="tx_list_row"> <td class="tx_list_data5"><DIV class="tx_criticsstyle">###TEXT###</DIV></td> </tr> <tr class="tx_list_row"> <td class="tx_list_data6" colspan="3"></td> </tr> </table> <!-- ###LISTING### end --> <!-- ###BROWSE### begin --> <table> <tr> <td class="tx_single_data1"><DIV class="tx_criticsdate">###BACK### ###NEXT###</DIV></td> </tr> </table> <!-- ###BROWSE### end --> Code: _CSS_DEFAULT_STYLE (
.tx_list_table1{
background-color:#ffffff;
width: 380px;
/*border-top: 1px solid #FF0000;*/
/*border-bottom: 1px solid #FF0000;*/
/*border-left: 1px solid #FF0000;*/
/*border-right: 1px solid #FF0000;*/
}
.tx_list_data1{
background-color:#CADBED;
width: 380px;
padding-left: 0px;
padding-right: 5px;
}
.tx_list_data2{
background-color:#EFEFEF;
width: 50px;
height: 50px;
padding-left: 0px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
}
.tx_list_data3{
background-color:#EFEFEF;
/*width: 80px;*/
width: 330px;
padding-left: 5px;
padding-right: 5px;
}
.tx_list_data4{
background-color:#ff0000;
width: 230px;
padding-left: 5px;
padding-right: 5px;
}
.tx_list_data5{
background-color:#EFEFEF;
width: 330px;
padding-left: 5px;
padding-right: 5px;
}
.tx_list_data6{
background-color:#ffffff;
width: 380px;
padding-left: 5px;
padding-right: 5px;
}
.tx_criticsstyle { font-size: 12px; color: #666666; font-family: arial; font-style: normal; font-weight: lighter; margin-left: 0px; margin-right: 5px; line-height: 16px}
.tx_criticshead { font-size: 14px; color: #666666; font-family: arial; font-style: normal; font-weight: bold; margin-left: 0px; margin-right: 5px; line-height: 16px}
.tx_criticshead A { font-size: 14px; color: #666666; font-family: arial; font-style: normal; font-weight: bold; margin-left: 0px; margin-right: 5px; line-height: 16px}
.tx_criticsdate { font-size: 12px; color: #666666; font-family: arial; font-style: normal; font-weight: lighter; margin-left: 0px; margin-right: 5px; line-height: 16px}
.tx_criticssinglehead { font-size: 16px; color: #666666; font-family: arial; font-style: normal; font-weight: bold; margin-left: 0px; margin-right: 5px; line-height: 16px}
.tx_criticsstylebold { font-size: 12px; color: #666666; font-family: arial; font-style: normal; font-weight: bold; margin-left: 0px; margin-right: 5px; line-height: 16px}
) wer mir helfen kann oder will dem geb ich auch die passende url per pm.. merci thorsten
__________________ TYPO3: v3-4 | MySQL 5.0.21 | PostgreSQL 8.1.4 Server: vva.de/profihost.com/hosteurope.de |
|
#2
| |||||
| |||||
| Bei mir wird das css eingebunden, wenn ich Zitat:
Übrigens ist die class tx_list_row im css(-schnipsel) nicht definiert und in der ersten Tabelle müsste es bei Zitat:
Zitat:
__________________ T3 3.5 -3.7 | MySQL 4.x | Server: 1&1 |
|
#3
| |||
| |||
| so ich bins nochmal.... tja is wie verhext bei sämtlichen neuen und/oder extension die ich deinstalliere erkennt er die CSS nicht mehr an, die im setup.txt bewi sind.... nur wenn ich die css direkt in das hauptcss lege und mit Code: <p class=""></p> nu mal meine frage an die wenigen, die noch länger mit typo3 arbeiten als ich... wieviel extensions und css defintionen verträgt typo3.... das projekt an dem ich bin hat jetzt schon weit mehr als 30 extensions.. und es wächst immer noch ![]() also ein guter rat ist teuer.. cu thorsten
__________________ TYPO3: v3-4 | MySQL 5.0.21 | PostgreSQL 8.1.4 Server: vva.de/profihost.com/hosteurope.de |
|
#4
| ||||
| ||||
| Zitat:
Zitat:
Schon mal das CSS Deiner Seite validiert? Hatte auch schon das Problem, das eine falsche CSS-Zeile mein halbes Design zerballert hat :cry: CU maxhb
__________________ FreeBSD || MySQL 5.x || TYPO3 3.6 - 4.2 Meine Stadt, meine Firma, mein Redaktionssystem. |
|
#5
| |||||
| |||||
| Zitat:
url geb ich dir mal per pm.... Zitat:
Schon mal das CSS Deiner Seite validiert? Hatte auch schon das Problem, das eine falsche CSS-Zeile mein halbes Design zerballert hat :cry: CU maxhb[/quote] 1. also es gibt eine für die css styled content.... 2. und eine für das gesamte gerüst.... und wenn ich die css aus den steup.txt in die 1 css reinmache hab ich keine probleme.... daher meine frage...... cu thorsten
__________________ TYPO3: v3-4 | MySQL 5.0.21 | PostgreSQL 8.1.4 Server: vva.de/profihost.com/hosteurope.de |
![]() |
| Lesezeichen |
| Themen-Optionen | |
| Ansicht | Thema bewerten |
| |
Ähnliche Themen | ||||
| Thema | Autor | Forum | Antworten | Letzter Beitrag |
| Problem mit Parsen von TypoScript Link (Problem der Artikel-Extension kh_article_pages???) | Lissy | TYPO3 4.x Fragen und Probleme | 0 | 10.07.08 16:59 |
| CSS Problem mit Extension | Steffi | Alle anderen Extensions | 2 | 14.01.08 10:39 |
| rechte problem bei dam extension | karob | TYPO3 4.x Backend | 10 | 29.01.07 13:54 |
| Extension Manager Problem! | held123 | TYPO3 4.x Backend | 4 | 13.01.07 15:53 |
| Problem mit extension popup_sitemap | MistaD | Alle anderen Extensions | 3 | 17.10.06 16:31 |