Stef1981 Posted June 20, 2007 Report Share Posted June 20, 2007 Hatte ne neue Box angelegt. Diese sieht aber komischerweise - obwohl ich den Inhalt von ner anderen Box kopiert hatte - anders aus bzw. es ist bei der Box-Überschrift keine rote Füllfarbe im box-header und die Schrift ist auch nicht weiß wie bei den anderen. Wie gesagt, der Inhalt dieser Box ist zu 100 % gleich mit den anderen Boxen. Wie krieg ich das jetzt hin, dass ich die Rote Füllfarbe in den box-header und die Schrift in weiß bekomme? Link to comment Share on other sites More sharing options...
Kaffeetante Posted June 20, 2007 Report Share Posted June 20, 2007 Möglicherweise fehlen die class-tags, die über das CSS definiert werden - schau doch mal in der name_der_box.html nach solchen tags: <td class="xxxxxxxx"> Link to comment Share on other sites More sharing options...
Stef1981 Posted June 21, 2007 Author Report Share Posted June 21, 2007 Ja, hab sowas drin in der box_partner.html Hier der mal der Auszug der Box: {config_load file="$language/lang_$language.conf" section="boxes"} <table class="box_border" width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td style="border-bottom: 1px solid; border-color:#FF0000;"> <table width="100%" border="0" cellpadding="0" cellspacing="0"> <tr> <td class="partnerBoxHeading"> {#heading_partnerbox#}</td> </tr> </table></td> </tr> <tr> <td ID="partnerBox" align="left"><table width="95%" border="0" cellpadding="2" cellspacing="0"> <tr> <td class="boxText">{$BOX_CONTENT}</td> </tr> </table></td> </tr> </table> <table width="100%" border="0" cellspacing="0" cellpadding="0"> <tr height="5"> <td height="5"></td> </tr> </table> Link to comment Share on other sites More sharing options...
Kaffeetante Posted June 21, 2007 Report Share Posted June 21, 2007 Hallo Stef1981, ich denke, den Fehler gefunden zu haben: <td class="partnerBoxHeading"> {#heading_partnerbox#}</td> Ist denn dieses Style in Deiner CSS definiert - ich wette, dass nicht. In der CSS ist das Style infoBoxHeading für ALLE Boxen definiert. Wahrscheinlich warst Du beim Ersetzen ein bisschen zu großzügig Versuch doch mal damit, dieses tag zu berichtigen. Gruß Susanne Link to comment Share on other sites More sharing options...
Stef1981 Posted June 21, 2007 Author Report Share Posted June 21, 2007 Ok, aber wie definiere ich das jetzt in der css? Sorry, bin absoluter noob..^^ Link to comment Share on other sites More sharing options...
Kaffeetante Posted June 21, 2007 Report Share Posted June 21, 2007 Gar nicht, ist ja schon definiert - Du musst nur in der box_partner.html dieses tag <td class="partnerBoxHeading"> {#heading_partnerbox#}</td> ändern in <td class="infoBoxHeading"> {#heading_partnerbox#}</td> Link to comment Share on other sites More sharing options...
Stef1981 Posted June 21, 2007 Author Report Share Posted June 21, 2007 Ach Super, hat geklappt. Vielen Dank an Dich!!! :D Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.