#1 (permalink)  
Alt 20.07.2004, 22:48
Erfahrener Benutzer
 
Registriert seit: 25.06.2004
Beiträge: 135
Standard

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #2 (permalink)  
Alt 20.07.2004, 23:24
nom nom ist offline
 
Registriert seit: 19.02.2004
Beiträge: 596
Standard

Du hast das Template mit einer festen Breite. Stell einfach die Kategoriebreite und Mainbreite ein. Dann wird alles korrekt angezeigt.
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #3 (permalink)  
Alt 20.07.2004, 23:35
Erfahrener Benutzer
 
Registriert seit: 25.06.2004
Beiträge: 135
Standard

Wie geht denn das
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #4 (permalink)  
Alt 20.07.2004, 23:47
nom nom ist offline
 
Registriert seit: 19.02.2004
Beiträge: 596
Standard

in index.html entsprechende Stelle suchen und width="xx" eingeben.
Poste mal deine index.html
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #5 (permalink)  
Alt 20.07.2004, 23:48
Erfahrener Benutzer
 
Registriert seit: 25.06.2004
Beiträge: 135
Standard

Bitte

Code:
<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>
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #6 (permalink)  
Alt 20.07.2004, 23:59
Erfahrener Benutzer
 
Registriert seit: 25.06.2004
Beiträge: 135
Standard

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #7 (permalink)  
Alt 21.07.2004, 06:16
Benutzerbild von dukie6666
VEYTON Service Partner
 
Registriert seit: 26.01.2004
Ort: Nueva Colombia/Paraguay
Beiträge: 1.855
Standard

so sollte es gehen:

Code:
<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.
__________________
Grüße Oliver


Zertifizierter xt:Commerce VEYTON Reseller & Service Partner
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
  #8 (permalink)  
Alt 21.07.2004, 09:56
Erfahrener Benutzer
 
Registriert seit: 25.06.2004
Beiträge: 135
Standard

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
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!Wong this Post!
Mit Zitat antworten
Antwort

Lesezeichen

Stichworte
kategorieauswahl, tabellenbreite, verndert

Themen-Optionen
Ansicht

Forumregeln
Es ist dir nicht erlaubt, neue Themen zu verfassen.
Es ist dir nicht erlaubt, auf Beiträge zu antworten.
Es ist dir nicht erlaubt, Anhänge hochzuladen.
Es ist dir nicht erlaubt, deine Beiträge zu bearbeiten.

BB-Code ist an.
Smileys sind an.
[IMG] Code ist an.
HTML-Code ist aus.
Trackbacks are aus
Pingbacks are aus
Refbacks are aus



Alle Zeitangaben in WEZ +1. Es ist jetzt 09:30 Uhr.

Copyright © 2011 xt:Commerce GmbH / xt:Commerce International Ltd. - All Rights Reserved

xt:Commerce is a SafeCharge brand