Jump to content
xt:Commerce Community Forum

Background-Image


Recommended Posts

Hallo zusammen ! :biggrin:

Ich bin gerade dabei, unseren Shop neu zu installieren, nachdem wir einige Probleme hatten.

Ich habe auch schon so gut wie alles zusammen... das einzigste was ich nicht mehr hinbekomme ist der Hintergrund.

In unserem alten Shop sah das so aus:

http://www.ischi.info/xtcommerce/index.php

Der neue Shop sieht bis jetzt so aus:

http://www.toyotayaris.de/xtcommerce/index.php

Beim neuen Shop kann man erkennen das ganz unten das Background-Image ?bernommen wurde... da habe ich einfach in der stylesheet.css den Eintrag folgenden Eintrag gemacht:


....

BODY {

 background-image: url(img/ambient_small.gif);

 color: #000000;

 margin: 0px;

}

...

Wie bekomme ich es wieder so hin, dass das Background-Image ?ber die komplette Seite hinweg (wie im alten Shop) sichtbar wird ?????

Ich habe sogar schon die alte stylesheet.css kopiert... aber es geht nicht... muss also irgendwo anders dran liegen...

Kann mir da jemand helfen ??? :huh:

Link to comment
Share on other sites

@Queen of Darkness

Hmm... :huh: komisch... hast Du genau dasselbe in der css Datei stehen:

BODY {

 background-image: url(img/ambient_small.gif);

 color: #000000;

 margin: 0px;

}
????????????????? Wenn ja, dann ist das wirklich seltsam... @lady5 Ich hab unter templates/xtc2/ ?berhaupt keine index.php.... nur eine index.html.... aber die besitzt keinen Body-Tag wo man das ?ndern k?nnte... meine index.html unter templates/xtc2/ sieht so aus:
{config_load file="$language/lang_$language.conf" section="index"}

<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#FFFFFF">

 <tr>

  <td><table width="100%" border="0" cellspacing="0" cellpadding="0">

   <tr>

	<table>

	<tr><td>      <img src="{$tpl_path}img/ambient_header.gif"></td><td>         

	<b><font size="6" color="#7b7878" face="Times">Besonderes f?r Heim & Garten</font></b></td>

	</tr>

	</table>

   </tr>

   <tr>

    <td style="border-top: 1px solid; border-bottom: 1px solid; border-color: #C5C5C5;"><table width="100%" border="0" cellpadding="2" cellspacing="0">

     <tr>

       <td class="main"><div align="right">{if $account}{php} if (isset($_SESSION['customer_id'])) { {/php}<a href="{$logoff}">{#link_logoff#}</a>{php} } {/php}{/if}</a></div></td>

     </tr>

    </table></td>

   </tr>

   <tr>

    <td><table width="100%" border="0" cellspacing="0" cellpadding="0">

     <tr>

      <td background="{$tpl_path}img/bg_left_column.jpg" class="navLeft" width="185" valign="top"><table width="100%" border="0" cellpadding="0" cellspacing="0">

       <tr>

        <td>{$box_CATEGORIES} {$box_CONTENT} {$box_INFORMATION}</td>

       </tr>

      </table>

       <blockquote></blockquote></td>

      <td valign="top"><table width="100%" border="0" cellspacing="4" cellpadding="0">

       <tr>

        <td><table width="98%" border="0" align="center" cellpadding="0" cellspacing="0">

         <tr>

          <td class="main">{$main_content}</td>

         </tr>

        </table></td>

       </tr>

      </table></td>

      <td bgcolor="E6E6E6" style="border-left: 4px solid; border-top: 4px solid; border-color: #666666;" width="185" valign="top"><table width="100%" border="0" cellspacing="0" cellpadding="0">

       <tr>

        <td> {$box_LOGIN} {$box_ADMIN} <br>

    {$box_TELL_FRIEND} {$box_WHATSNEW} {$box_SEARCH} {$box_ADD_QUICKIE}</td>

       </tr>

      </table></td>

     </tr>

     <tr>

      <td colspan="3" valign="top"><table width="100%" height="4" border="0" cellpadding="0" cellspacing="0">

   <tr>

    <td width="50%" height="4" class="main" style="border-top: 4px solid; border-top: 4px solid; border-color: #C5C5C5;"> </td>

    <td width="50%" height="4" style="border-top: 4px solid; border-top: 4px solid; border-color: #666666;"></td>

   </tr>

  </table></td>

      </tr>

    </table></td>

   </tr>

  </table></td>

 </tr>

</table>

Link to comment
Share on other sites

Also ich hatte das vor kurzem auch in einem Template realisiert. Ich habe allerdings auch der Tabelle in der index.html den Hintergrund zugewiesen mit {$tpl_path}img/image.gif

Und dann aber nat?rlich in der css die Box Hintergr?nde rausgeschmissen, also InfoBox usw damit der graue Hintergrund weg ist.

Ich gehe davon aus, dass die BODY Class ignoriert wird, wenn dann die Boxen wieder andere hintergr?nde erhalten!

Gruss Patrick

Link to comment
Share on other sites

Super !

Funktioniert wirklich, wenn ich der Tabelle in der index.html ein Background-Image zuweise !!! :tongue:

Jetzt ist es fast so wie ich es haben m?chte:

http://www.toyotayaris.de/xtcommerce/index.php

Ein kleiner Sch?nheitsfehler ist nur noch das der graue Balken links unten nicht ganz b?ndig ist, bzw. zu weit nach links steht... aber das finde ich sicherlich noch irgendwo raus, wie das geht...

VIELEN DANK !!!

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
  • Create New...