Philipp Posted July 20, 2004 Report Share Posted July 20, 2004 So noch ein Problem wenn ich in der Kategorieauswahl auf eine Kategorie klicke dann ver?ndert sich die Tabellenbreite extrem wie bekomme ich das behoben?? http://www.shootingamez.de/xtcommerce guckts euch bitte mal an Link to comment Share on other sites More sharing options...
nom Posted July 20, 2004 Report Share Posted July 20, 2004 Du hast das Template mit einer festen Breite. Stell einfach die Kategoriebreite und Mainbreite ein. Dann wird alles korrekt angezeigt. Link to comment Share on other sites More sharing options...
Philipp Posted July 20, 2004 Author Report Share Posted July 20, 2004 Wie geht denn das Link to comment Share on other sites More sharing options...
nom Posted July 20, 2004 Report Share Posted July 20, 2004 in index.html entsprechende Stelle suchen und width="xx" eingeben. Poste mal deine index.html Link to comment Share on other sites More sharing options...
Philipp Posted July 20, 2004 Author Report Share Posted July 20, 2004 Bitte <body background="/xtcommerce/templates/physio.express/img/bg_index.gif"> {config_load file="$language/lang_$language.conf" section="index"} <table width="80%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td height="50" colspan="2"><div align="center"><img src="{$tpl_path}img/top_logo.jpg" align="absmiddle"></div></td> </tr> <tr> <td height="10" colspan="2"><table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td height="32" background="/xtcommerce/templates/physio.express/img/bg.gif" class="main">{$navtrail}</td> <td background="/xtcommerce/templates/physio.express/img/bg.gif" class="main"> <div align="right">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#}</a></div></td> </tr> </table></td> </tr> <tr> <td width="180" valign="top" bgcolor="D4D6DD" class="navLeft" style="border-right: 1px solid; border-left: 1px solid; border-bottom: 1px solid; border-color: #3a4d90;"><p>{$box_CATEGORIES} {$box_SEARCH}<br> {$box_LOGIN}<br> {$box_ADMIN}<br> {$box_LANGUAGES}<br> {$box_TELL_FRIEND}<br> {$box_CART}<br> {$box_CONTENT}<br> {$box_INFORMATION}</p> </td> <td valign="top"><br> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="main">{$main_content}</td> </tr> </table></td> </tr> </table> </body> </html> Link to comment Share on other sites More sharing options...
Philipp Posted July 20, 2004 Author Report Share Posted July 20, 2004 Also die width von der Tabelle ist doch 180 wenn ich mich nicht irre oder?? Nur wenn man halt auf was anderes klickt ver?ndert sich die Breite beliebig Link to comment Share on other sites More sharing options...
dukie6666 Posted July 21, 2004 Report Share Posted July 21, 2004 so sollte es gehen: <body background="/xtcommerce/templates/physio.express/img/bg_index.gif"> {config_load file="$language/lang_$language.conf" section="index"} <table width="80%" height="100%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr valign="bottom"> <td height="50" colspan="2"><div align="center"><img src="{$tpl_path}img/top_logo.jpg" align="absmiddle"></div></td> </tr> <tr> <td height="10" colspan="2"><table width="100%" border="0" cellpadding="2" cellspacing="0"> <tr> <td height="32" background="/xtcommerce/templates/physio.express/img/bg.gif" class="main">{$navtrail}</td> <td background="/xtcommerce/templates/physio.express/img/bg.gif" class="main"> <div align="right">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a> | {php} } {/php}{/if}{if $account}<a href="{$account}">{#link_account#}</a> | {/if}<a href="{$cart}">{#link_cart#}</a> | <a href="{$checkout}">{#link_checkout#}</a></div></td> </tr> </table></td> </tr> <tr> <td width="180" valign="top" bgcolor="D4D6DD" class="navLeft" style="border-right: 1px solid; border-left: 1px solid; border-bottom: 1px solid; border-color: #3a4d90;"><p>{$box_CATEGORIES} {$box_SEARCH}<br> {$box_LOGIN}<br> {$box_ADMIN}<br> {$box_LANGUAGES}<br> {$box_TELL_FRIEND}<br> {$box_CART}<br> {$box_CONTENT}<br> {$box_INFORMATION}</p> </td> <td valign="top" width="100%"><br> <table width="98%" border="0" align="center" cellpadding="0" cellspacing="0"> <tr> <td class="main">{$main_content}</td> </tr> </table></td> </tr> </table> </body> die zelle in zeile 30 , in der die tabelle f?r den Main_Content steckt hatte keine Breite. Link to comment Share on other sites More sharing options...
Philipp Posted July 21, 2004 Author Report Share Posted July 21, 2004 Danke danke ihr seid meine Rettung gewesen. Vielen Dank auch an Seven-Art der sich um 1:25 Uhr noch nen Kopf gemacht hat deswegen. Ich hab euch alle lieb und mein Chef ist begeistert Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.