IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
Navigation

Inscrivez-vous gratuitement
pour pouvoir participer, suivre les réponses en temps réel, voter pour les messages, poser vos propres questions et recevoir la newsletter

HTML Discussion :

Cacher bordure tableau sous IE?


Sujet :

HTML

  1. #1
    Membre confirmé
    Inscrit en
    Novembre 2007
    Messages
    250
    Détails du profil
    Informations forums :
    Inscription : Novembre 2007
    Messages : 250
    Par défaut Cacher bordure tableau sous IE?
    Bonsoir à tous,

    Cela fais 5 heure de ma nuit que je cherche une soluce pour mon probleme, mais je ne trouve pas!
    Ca m'exaspere!
    Voici mon site web:
    www.c-cado.fr
    Le probleme est que j'ai des bordures horizontales de tableau sous IE alors que je n'en ai pas demandé, sous FF c'est niquel!

    Voici mon code (concernant la partie en question):
    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
    49
    50
    51
    52
    53
    54
    55
    56
    57
    58
    59
    60
    61
    62
    63
    64
    65
    66
    67
    68
    69
    70
    71
    72
    73
    74
    75
    76
    77
    78
    79
    80
    81
    82
    83
    84
    85
    86
    87
    88
    89
    90
    91
    92
    93
    94
    95
    96
    97
    98
     
    <table id="Tableau_01" width="950" border="0" cellpadding="0" cellspacing="0" align="center">
    	<tr>
    		<td colspan="10">
     
    		<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_01.jpg', 'Accueil') . '</a>'; ?>
    		</td>
    	</tr>
    	<tr>
    		<td colspan="5">
     
    		<?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_02.jpg', 'Accueil') . '</a>'; ?>
    		</td>
    		<td colspan="4">
     
    		<?php echo '<a href="' . tep_href_link(FILENAME_FEATURED_PRODUCTS) . '">' . tep_image(DIR_WS_IMAGES . 'fin_03.jpg', 'Voir tous les cadoX') . '</a>'; ?>
    		</td>
    		<td>
    			<img src="images/fin_04.jpg" width="30" height="26" alt="">
    		</td>
    	</tr>	
    	<tr>
    		<td colspan="2">
    		<?php if (tep_session_is_registered('customer_id')) { 
                      echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_05.jpg', 'Accueil') . '</a>'; 
                      }
                      else
                      {
                      echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_05.jpg', 'Accueil') . '</a>'; 
                      }
                     ?>
    		</td>
    		<td>
    		<?php if (tep_session_is_registered('customer_id')) { 
                      echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_06.jpg', 'Accueil') . '</a>';
                      }
                      else
                      {
                      echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_06.jpg', 'Accueil') . '</a>'; 
                      }
                     ?>
    		</td>
    		<td>
    		<?php if (tep_session_is_registered('customer_id')) { 
                      echo '<a href="' . tep_href_link(FILENAME_ACCOUNT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_07.jpg', 'Voir mon profil') . '</a>';
                      }
                      else
                      {
                      echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_07.jpg', 'Accueil') . '</a>'; 
                      }
                     ?>
    		</td>
    		<td colspan="2">
    		<?php if (tep_session_is_registered('customer_id')) { 
                      echo '<a href="' . tep_href_link(FILENAME_POINTS) . '">' . tep_image(DIR_WS_IMAGES . 'fin_08.jpg', 'Acheter des points') . '</a>';
                      }
                      else
                      {
                      echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_08.jpg', 'Accueil') . '</a>'; 
                      }
                     ?>
    		</td>
    		<td>
    		<?php if (tep_session_is_registered('customer_id')) { 
                     echo '<a href="' . tep_href_link(FILENAME_PUBLICITE) . '">' . tep_image(DIR_WS_IMAGES . 'fin_09.jpg', 'Gagner des points') . '</a>';
                      }
                      else
                      {
                      echo '<a href="' . tep_href_link(FILENAME_DEFAULT) . '">' . tep_image(DIR_WS_IMAGES . 'fin_09.jpg', 'Accueil') . '</a>'; 
                      }
                     ?>
    		</td>
    		<td colspan="3">
    		<?php if (tep_session_is_registered('customer_id')) { 
                     echo  tep_image(DIR_WS_IMAGES . 'fin_10.jpg', 'Accueil');
                      }
                      else
                      {
                      echo tep_image(DIR_WS_IMAGES . 'fin_10.jpg', 'Accueil'); 
                      }
                     ?>
    		</td>
    	</tr>
    	<tr>
    		<td colspan="10" style="background-image:url(images/fin_11.jpg);" height="29" width="950">
    		<?php if (tep_session_is_registered('customer_id')) { ?><div align=right><b><a href="<?php echo tep_href_link(FILENAME_LOGOFF, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGOFF; ?></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></div>
    		<?php
                              }
                      else
                      {
                      ?>
    		  <div align=right><b><a href="<?php echo tep_href_link(FILENAME_LOGIN, '', 'SSL'); ?>"><?php echo HEADER_TITLE_LOGIN; ?></a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</b></div>
    		  <?php
                      }
                      ?>
     
    		</td>
    	</tr>
    Le tableau continu...

    Merci à la personne qui prendra la peine de chercher avec moi...


  2. #2
    Modérateur
    Avatar de Bisûnûrs
    Profil pro
    Développeur Web
    Inscrit en
    Janvier 2004
    Messages
    9 931
    Détails du profil
    Informations personnelles :
    Âge : 42
    Localisation : France, Rhône (Rhône Alpes)

    Informations professionnelles :
    Activité : Développeur Web

    Informations forums :
    Inscription : Janvier 2004
    Messages : 9 931
    Par défaut
    Ce ne sont pas des bordures mais des espaces en bas des images.

    Tu peux mettre display:block sur tes images dans les premières lignes de ton tableau.

  3. #3
    Membre confirmé
    Inscrit en
    Novembre 2007
    Messages
    250
    Détails du profil
    Informations forums :
    Inscription : Novembre 2007
    Messages : 250
    Par défaut
    Merci de ton aide!

    Mais tu dis de mettre le display:block sur les images, mais mes images sont appelées par un code php... Est il possible de mettre ce display dans le code php?

    Car si je met le display sur les td grâce au css, sa me change rien sur ie (toujours le bug) et sa me decalle tout sur FF...

    Merci d'avance.

  4. #4
    Membre confirmé
    Inscrit en
    Novembre 2007
    Messages
    250
    Détails du profil
    Informations forums :
    Inscription : Novembre 2007
    Messages : 250
    Par défaut
    Niquel merci beaucoup, depusi le temps que je cherche, je suis happy là!!!
    Voici l'adaptation du code pour les personnes ayant le même probleme:

    Code : Sélectionner tout - Visualiser dans une fenêtre à part
    1
    2
    3
    4
    5
    6
    7
    8
    9
    10
    11
    12
    13
    14
    15
    16
    17
    18
    19
    20
    21
    22
    23
    24
    25
    26
    27
    28
    29
    30
    31
    32
    33
    34
    35
    36
    37
    38
    39
    40
    41
    42
    43
    44
    45
    46
    47
    48
     
    <table id="Tableau_01" width="950" border="0" cellpadding="0" cellspacing="0" align="center">
    	<tr>
    		<td colspan="10">
    			<a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">
    			<img src="images/fin_01.jpg" width="950" height="131" alt="" style="display:block;" border="0">
    			</a></td>
    	</tr>
    	<tr>
    		<td colspan="5">
    		<a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">
    			<img src="images/fin_02.jpg" width="802" height="26" alt="" style="display:block;" border="0">
    			</a></td>
    		<td colspan="4">
    		<a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">
    			<img src="images/fin_03.jpg" width="118" height="26" alt="" style="display:block;" border="0">
    			</a></td>
    		<td>
    		<a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">
    			<img src="images/fin_04.jpg" width="30" height="26" alt="" style="display:block;" border="0">
    			</a></td>
    	</tr>
    	<tr>
    		<td colspan="2">
    		<a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">
    			<img src="images/fin_05.jpg" width="528" height="32" style="display:block;" border="0">
    			</a></td>
    		<td>
    			<a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">
    			<img src="images/fin_06.jpg" width="82" height="32" alt="" style="display:block;" border="0">
    			</a></td>
    		<td>
    		<a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">
    			<img src="images/fin_07.jpg" width="94" height="32" alt="" style="display:block;" border="0">
    			</a></td>
    		<td colspan="2">
    			<a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">
    			<img src="images/fin_08.jpg" width="111" height="32" alt="" style="display:block;" border="0">
    			</a></td>
    		<td>
    		<a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">
    			<img src="images/fin_09.jpg" width="51" height="32" alt="" style="display:block;" border="0">
    			</a></td>
    		<td colspan="3">
    			<a href="<?php echo tep_href_link(FILENAME_DEFAULT); ?>">
    			<img src="images/fin_10.jpg" width="84" height="32" alt="" style="display:block;" border="0">
    			</a></td>
    	</tr>

+ Répondre à la discussion
Cette discussion est résolue.

Discussions similaires

  1. [PPT-2010] bordures de cellule de tableau sous powerpoint 2010
    Par JJ75000 dans le forum Powerpoint
    Réponses: 3
    Dernier message: 11/11/2011, 06h28
  2. Problème de bordure de tableau sous IE
    Par rigolman dans le forum Mise en page CSS
    Réponses: 2
    Dernier message: 13/06/2008, 17h49
  3. Bordure tableau collées
    Par krfa1 dans le forum Balisage (X)HTML et validation W3C
    Réponses: 5
    Dernier message: 18/10/2005, 13h00
  4. Problème Tableau Sous DW
    Par Lorik dans le forum Balisage (X)HTML et validation W3C
    Réponses: 7
    Dernier message: 04/10/2005, 11h55
  5. Probleme de hauteur de tableau sous netscape
    Par teshub dans le forum Balisage (X)HTML et validation W3C
    Réponses: 2
    Dernier message: 26/08/2005, 16h00

Partager

Partager
  • Envoyer la discussion sur Viadeo
  • Envoyer la discussion sur Twitter
  • Envoyer la discussion sur Google
  • Envoyer la discussion sur Facebook
  • Envoyer la discussion sur Digg
  • Envoyer la discussion sur Delicious
  • Envoyer la discussion sur MySpace
  • Envoyer la discussion sur Yahoo