Aide avec un lien d'affichage footer

  • 3sekonds
  • Born
  • Born
  • No Avatar
  • Inscription: Nov 20, 2009
  • Messages: 2
  • Status: Offline

Message Novembre 20th, 2009, 11:41 am

Salut les gars,

J'ai un problème pertinent et ont besoin de votre aide. ma web designer a conçu un site pour moi que le pied de page affiche des liens différemment sur deux navigateurs (Safari et Chrome). Il les affiche dans le coin en haut à droite de la page au lieu du fond et elle (mon graphiste) ne sait pas comment la corriger. Je fais appel à votre aide car je ne sais pas quoi faire.
Le code pour l'une des pages ayant cette erreur est affiché ci-dessous
Code: [ Select ]
<div style="background: transparent url(design/images/product.jpg) no-repeat scroll 0% 0%; width:960px; height:210px; text-align:center; padding-top: 210px; font-size: 11px; color: rgb(119, 119, 119); margin:-40px -20px 0 -20px;">
    <div style="width: 240px; float: left;"><b>PINK </b> <br />
        free shipping*<br /><br />
        <form action="3sekonds374.corecommerce/cart.php" method="post">
        <input type="hidden" name="m" value="add">
        <input type="hidden" name="quantity" value="1">
        <input type="hidden" name="productID" value="142">
        <select name="options[1]">
        <option value="6">Extra Small</option>
        <option value="7">Small</option>
        <option value="8">Medium</option>
        <option value="9">Large</option>
        <option value="10">Extra Large</option>
        </select><br />
        <input class="formbutton" type="submit" value="" />
        </form>
    </div>

    <div style="width: 240px; float: left;"><b>SILVER </b> <br />
        <br /><br />
        <form action="3sekonds374.corecommerce/cart.php" method="post">
        <input type="hidden" name="m" value="add">
        <input type="hidden" name="quantity" value="1">
        <input type="hidden" name="productID" value="143">
        <select name="options[1]">
        <option value="11">Extra Small</option>
        <option value="12">Small</option>
        <option value="13">Medium</option>
        <option value="14">Large</option>
        <option value="15">Extra Large</option>
        </select><br />
        <input class="formbutton" type="submit" value="" />
        </form>
    </div>

    <div style="width: 240px; float: left;"><b>GOLD </b> <br />
        <br /><br />
        <form action="3sekonds374.corecommerce/cart.php" method="post">
        <input type="hidden" name="m" value="add">
        <input type="hidden" name="quantity" value="1">
        <input type="hidden" name="productID" value="144">
        <select name="options[1]">
        <option value="16">Extra Small</option>
        <option value="17">Small</option>
        <option value="18">Medium</option>
        <option value="19">Large</option>
        <option value="20">Extra Large</option>
        </select><br />
        <input class="formbutton" type="submit" value="" />
        </form>
    </div>

    <div style="width: 240px; float: left;"><b>BLACK </b> <br />
        <br /><br />
        <form method="post" action="3sekonds374.corecommerce/cart.php">
          <input type="hidden" value="add" name="m" />
        <input type="hidden" value="1" name="quantity" />     
        <input type="hidden" value="141" name="productID" />     
        <select name="options[1]">
          <option value="1">Extra Small</option>
          <option value="2">Small</option>
          <option value="3">Medium</option>
          <option value="4">Large</option>
          <option value="5">Extra Large</option>
          </select><br />
          <input type="submit" value="" class="formbutton" />
        </form>
    </div>

</div>

<div style="margin:0 -20px">
<img src="design/images/home_text.gif" width="960px" height="465px" alt="" />

<div style="width:900px; background:#cccccc; padding:30px;">dominos banner</div>
</div>
  1. <div style="background: transparent url(design/images/product.jpg) no-repeat scroll 0% 0%; width:960px; height:210px; text-align:center; padding-top: 210px; font-size: 11px; color: rgb(119, 119, 119); margin:-40px -20px 0 -20px;">
  2.     <div style="width: 240px; float: left;"><b>PINK </b> <br />
  3.         free shipping*<br /><br />
  4.         <form action="3sekonds374.corecommerce/cart.php" method="post">
  5.         <input type="hidden" name="m" value="add">
  6.         <input type="hidden" name="quantity" value="1">
  7.         <input type="hidden" name="productID" value="142">
  8.         <select name="options[1]">
  9.         <option value="6">Extra Small</option>
  10.         <option value="7">Small</option>
  11.         <option value="8">Medium</option>
  12.         <option value="9">Large</option>
  13.         <option value="10">Extra Large</option>
  14.         </select><br />
  15.         <input class="formbutton" type="submit" value="" />
  16.         </form>
  17.     </div>
  18.     <div style="width: 240px; float: left;"><b>SILVER </b> <br />
  19.         <br /><br />
  20.         <form action="3sekonds374.corecommerce/cart.php" method="post">
  21.         <input type="hidden" name="m" value="add">
  22.         <input type="hidden" name="quantity" value="1">
  23.         <input type="hidden" name="productID" value="143">
  24.         <select name="options[1]">
  25.         <option value="11">Extra Small</option>
  26.         <option value="12">Small</option>
  27.         <option value="13">Medium</option>
  28.         <option value="14">Large</option>
  29.         <option value="15">Extra Large</option>
  30.         </select><br />
  31.         <input class="formbutton" type="submit" value="" />
  32.         </form>
  33.     </div>
  34.     <div style="width: 240px; float: left;"><b>GOLD </b> <br />
  35.         <br /><br />
  36.         <form action="3sekonds374.corecommerce/cart.php" method="post">
  37.         <input type="hidden" name="m" value="add">
  38.         <input type="hidden" name="quantity" value="1">
  39.         <input type="hidden" name="productID" value="144">
  40.         <select name="options[1]">
  41.         <option value="16">Extra Small</option>
  42.         <option value="17">Small</option>
  43.         <option value="18">Medium</option>
  44.         <option value="19">Large</option>
  45.         <option value="20">Extra Large</option>
  46.         </select><br />
  47.         <input class="formbutton" type="submit" value="" />
  48.         </form>
  49.     </div>
  50.     <div style="width: 240px; float: left;"><b>BLACK </b> <br />
  51.         <br /><br />
  52.         <form method="post" action="3sekonds374.corecommerce/cart.php">
  53.           <input type="hidden" value="add" name="m" />
  54.         <input type="hidden" value="1" name="quantity" />     
  55.         <input type="hidden" value="141" name="productID" />     
  56.         <select name="options[1]">
  57.           <option value="1">Extra Small</option>
  58.           <option value="2">Small</option>
  59.           <option value="3">Medium</option>
  60.           <option value="4">Large</option>
  61.           <option value="5">Extra Large</option>
  62.           </select><br />
  63.           <input type="submit" value="" class="formbutton" />
  64.         </form>
  65.     </div>
  66. </div>
  67. <div style="margin:0 -20px">
  68. <img src="design/images/home_text.gif" width="960px" height="465px" alt="" />
  69. <div style="width:900px; background:#cccccc; padding:30px;">dominos banner</div>
  70. </div>


espérons-vous peut vous aider. Je ne suis pas un programmeur, mais peuvent transmettre l'information à elle. elle a conçu le site est shop3sekonds

Merci
Arny
  • Anonymous
  • Bot
  • No Avatar
  • Inscription: 25 Feb 2008
  • Messages: ?
  • Loc: Ozzuland
  • Status: Online

Message Novembre 20th, 2009, 11:41 am

  • 3sekonds
  • Born
  • Born
  • No Avatar
  • Inscription: Nov 20, 2009
  • Messages: 2
  • Status: Offline

Message Novembre 20th, 2009, 12:09 pm

Désolé c'est le code PHP pour le lien bas de page.

Code: [ Select ]
</td>
                      </tr>
                    </tbody>
                  </table>
                  </td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
          <tr>
            <td>
            <table cellspacing="0" cellpadding="0" border="0" class="footer" style="height: 66px;">
              <tbody>
                <tr>
                  <td><!--<img width="30" height="1" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/spacer.gif" alt="" /></td>
                <td style="width: 193px;"><br style="line-height: 22px;" />
                <a href="#"><img border="0" alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/p1.gif" /></a></td>
                <td><img src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z3.gif" alt="" /></td>
                <td><img width="23" height="1" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/spacer.gif" alt="" /></td>
                <td style="width: 480px;"><br style="line-height: 18px;" />
                <img alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z4.gif" /> &nbsp; &nbsp;<a href="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/cart.php?m=on_sale">Specials</a> &nbsp; &nbsp; <img alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z4.gif" /> &nbsp;<a href="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/cart.php?m=search">Site Search</a> &nbsp; &nbsp; <img alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z4.gif" /> &nbsp;<a href="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/cart.php?m=contact_us">Contact Us</a> &nbsp; &nbsp; <img alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z4.gif" /> &nbsp;<a href="<?php if ($config) { echo $config->getValue('secureURL'); } ?>/account.php">My Account</a> &nbsp; &nbsp; <img alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z4.gif" /> &nbsp;<a href="<?php if ($config) { echo $config->getValue('secureURL'); } ?>/login.php?m=client_login">Customer Login</a><br style="line-height: 1px;" />
                <br style="line-height: 7px;" />-->                 <?php require('templates/cart.footer.tem.php') ?></td>
                </tr>
              </tbody>
            </table>
            </td>
          </tr>
        </tbody>
      </table>
      <?php include_once('templates/cart.google.analytics.tem.php'); ?>
    </body>
  </html>
  1. </td>
  2.                       </tr>
  3.                     </tbody>
  4.                   </table>
  5.                   </td>
  6.                 </tr>
  7.               </tbody>
  8.             </table>
  9.             </td>
  10.           </tr>
  11.           <tr>
  12.             <td>
  13.             <table cellspacing="0" cellpadding="0" border="0" class="footer" style="height: 66px;">
  14.               <tbody>
  15.                 <tr>
  16.                   <td><!--<img width="30" height="1" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/spacer.gif" alt="" /></td>
  17.                 <td style="width: 193px;"><br style="line-height: 22px;" />
  18.                 <a href="#"><img border="0" alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/p1.gif" /></a></td>
  19.                 <td><img src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z3.gif" alt="" /></td>
  20.                 <td><img width="23" height="1" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/spacer.gif" alt="" /></td>
  21.                 <td style="width: 480px;"><br style="line-height: 18px;" />
  22.                 <img alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z4.gif" /> &nbsp; &nbsp;<a href="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/cart.php?m=on_sale">Specials</a> &nbsp; &nbsp; <img alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z4.gif" /> &nbsp;<a href="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/cart.php?m=search">Site Search</a> &nbsp; &nbsp; <img alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z4.gif" /> &nbsp;<a href="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/cart.php?m=contact_us">Contact Us</a> &nbsp; &nbsp; <img alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z4.gif" /> &nbsp;<a href="<?php if ($config) { echo $config->getValue('secureURL'); } ?>/account.php">My Account</a> &nbsp; &nbsp; <img alt="" src="<?php if ($config) { echo $config->getValue('merchantURL'); } ?>/design2/images/z4.gif" /> &nbsp;<a href="<?php if ($config) { echo $config->getValue('secureURL'); } ?>/login.php?m=client_login">Customer Login</a><br style="line-height: 1px;" />
  23.                 <br style="line-height: 7px;" />-->                 <?php require('templates/cart.footer.tem.php') ?></td>
  24.                 </tr>
  25.               </tbody>
  26.             </table>
  27.             </td>
  28.           </tr>
  29.         </tbody>
  30.       </table>
  31.       <?php include_once('templates/cart.google.analytics.tem.php'); ?>
  32.     </body>
  33.   </html>

Afficher de l'information

  • Total des messages de ce sujet: 2 messages
  • Utilisateurs parcourant ce forum: Aucun utilisateur enregistré et 151 invités
  • Vous ne pouvez pas poster de nouveaux sujets
  • Vous ne pouvez pas répondre aux sujets
  • Vous ne pouvez pas éditer vos messages
  • Vous ne pouvez pas supprimer vos messages
  • Vous ne pouvez pas joindre des fichiers
 
 

© 2011 Unmelted, LLC. Ozzu® est une marque déposée de Unmelted, LLC