Hallo @ all,
hoffe erstmal das ich hier im Unterforum richtig bin, denn so wirklich weiß ich nicht mehr weiter und habe auch keine Ahnung ob es nun am Template, am Wrapper oder an sonst was liegt. Ich benutze Joomla in der Version 1.5.9 und das Template ist das JA Purity.
Es geht erstmal um diese Seite hier: http://www.gsh-fussball.de/fussball/cms/index.php
Dort sollen auf der rechten Seiten zwei Wrapper nur auf der Startseite angezeigt werden. Inhalt ist je eine Spielankündigung vom LMO. Eigentlich war ich mit der "Auto-Höhe"-Funktion beim Wrapper immer zufrieden, hat super geklappt, aber hier versagt sie leider.
Stelle ich bei beiden Modulen die Höhe auf 100% und aktiviere Auto-Höhe, dann macht er mir das erste Modul ca. 3 cm zu lang, was absolut unvorteilhaft ist und das zweite Modul schneidet er nach nicht einmal der Hälfte einfach ab (so wie es aktuell auf der Seite aussieht).
Stelle ich die beiden Module auf eine feste Höhe, dann zeigt er mir das erste zwar erstmal richtig an, sobald aber alles fertig geladen ist, springt die Höhe wieder auf einen Wert, wie wenn ich Auto-Höhe aktiviert habe. Im Modul zwei wiederum funktioniert die feste Höhe problemlos.
Leider ist die feste Höhe unvorteilhaft, da je nach Anzahl der bisher gegeneinander ausgetragenen Partien die Module unterschiedlich hoch sind.
Kann mir da bitte einer irgendwie helfen? Bin mittlerweile echt ratlos. Habe probehalber mal einen Rahmen um die im Wrapper angezeigte Tabelle gemacht, damit ich ausschließen kann das die Seite wirklich soweit runter geht. Auch Zeilenumbrüche oder so sind nicht vorhanden, die die Auto-Höhe soweit nach unten drücken.
Zur Überprüfung hier auch mal der Code, der dann im Wrapper angezeigt werden soll:
Die Suche hat weder bei Google, noch hier im Forum sinnvolle Antworten für mich gebracht.Code:<head> <title><!--Titel--></title> <meta **********="Content-Type" content="text/html; charset=iso-8859-1"> <!--Stylesheet--> </head> <style type="text/css"> .nextgame caption, .nextgame td, .nextgame th {font-family:sans-serif;font-size:11px;color:000;white-space:nowrap;} .nextgame table{border:none;border-collapse:collapse;border:0px solid #ccc;margin-bottom:0.5em;} .nextgame .lost {color: #900;} .nextgame .win {color: #090;} .nextgame .draw {color: #999;} .nextgame .noResult {color: #000;} .nextgame .result {font-weight:bold;font-size:160%;} .nextgame ul {margin:1em 0;padding:0;list-style:none;} .nextgame caption { background:#009900;color:#fff;font-weight:bold;margin-bottom:0.3em;padding:0.2em;} .nextgame acronym { cursor:help;border-bottom:1px dotted;color:blue; } .nextgame small{font-size:11px;} </style> <table class="nextgame"> <tr> <td> <table width="100%"> <caption><!--gameTxt--></caption> <tr> <th><!--gameDate--> <!--gameTime--></th> </tr> <tr> <td align="center"><!--homeName--></td> </tr> <tr> <td align="center"><!--imgHomeSmall--> : <!--imgGuestSmall--></td> </tr> <tr> <td align="center"><!--guestName--></td> </tr> <tr> <td><small><!--gameNote--></small></td> </tr> <tr> <th><!--matchesTxt--></th> </tr> <tr> <td align="center"><!--winCount--> / <!--drawCount--> / <!--lostCount--> (<!--winTxt-->/<!--drawTxt-->/<!--lostTxt-->)</td> </tr> <tr> <th> <table align="center" border="0" cellpadding="0" cellspacing="0"> <tr> <th bgcolor="#009900" height="7" width="<!--winWidth-->"></th> <th bgcolor="#999999" height="7" width="<!--drawWidth-->"></th> <th bgcolor="#990000" height="7" width="<!--lostWidth-->"></th> </tr> </table> </th> </tr> <tr> <td align="center"> <ul> <!-- BEGIN matches --> <li class="<!--class-->"><!--date--> <!--time--> <!--hTore-->:<!--gTore--> (<!--where-->) <small><!--matchingName--></small></li> <!-- END matches --> </ul> </td> </tr> <tr> <td align="right"><small><!--ligaDatum--> <!--copy--></small></td> </tr> </table> <!-- BEGIN previous --> <table width="100%"> <caption><!--previous_gameTxt--></caption> <tr> <th><!--previous_gameDate--> <!--previous_gameTime--></th> </tr> <tr> <td align="center"><!--previous_imgHomeSmall--></td> </tr> <tr> <td align="center"><!--previous_homeName--></td> </tr> <tr> <th class="result"><!--previous_hTore--> : <!--previous_gTore--></th> </tr> <tr> <td align="center"><!--previous_guestName--></td> </tr> <tr> <td align="center"><!--previous_imgGuestSmall--></td> </tr> </table> <!-- END previous --> </td> </tr> </table>
Bin über jeden Ratschlag dankbar.


LinkBack URL
About LinkBacks
Zitieren

Lesezeichen