Je n'arrive pas à afficher ce code correctement dans les navigateurs WebKit (chrome/safari). Il semble bien dans IE6, IE7 et FireFox.Problèmes de tableau avec WebKit
<table width="100%">
<tr>
<td rowspan="2" style="vertical-align:middle;">
<a href="http://http://{$smarty.const.DOMAIN}/company/a_cherry_on_top/line/gift_cards/?v=s2"><img src="/i/thumbnails/acotgc25sm.gif" alt="Gift Certificate"/></a>
</td>
<td style="vertical-align:middle;">
<a href="http://{$smarty.const.DOMAIN}/article?a=2044" target="_top">Wishlist</a>
</td>
<td style="vertical-align:middle;">
<a href="http://{$smarty.const.DOMAIN}/article?a=2125" target="_top">Link to Us</a>
</td>
<td style="vertical-align:middle;">
<a href="http://www.shareasale.com/shareasale.cfm?merchantID=8362" target="_blank">Affiliate Program</a>
</td>
<td style="vertical-align:middle;">
<a href="http://{$smarty.const.DOMAIN}/article?a=1521" target="_top">Privacy</a>
</td>
<td style="vertical-align:middle;">
<a href="http://{$smarty.const.DOMAIN}/article?a=1395" target="_top">Guarantee</a>
</td>
<td rowspan="2" style="width:160px;">
<script src="http://www.gmodules.com/ig/ifr?url=http://www.google.com/ig/modules/translatemypage.xml&up_source_language=en&w=160&h=60&title=&border=&output=js"></script>
</td>
</tr>
<tr>
<td style="vertical-align:middle;">
<a href="http://{$smarty.const.DOMAIN}/article?a=3069" target="_top">About Us</a>
</td>
<td style="vertical-align:middle;">
<a href="http://{$smarty.const.DOMAIN}/article?a=1467" target="_top">Shipping</a>
</td>
<td style="vertical-align:middle;">
<a href="http://{$smarty.const.DOMAIN}/article?a=12342383" target="_top">Why Buy From Us</a>
</td>
<td style="vertical-align:middle;">
<a href="http://{$smarty.const.DOMAIN}/article?a=1397" target="_top">Contact Us</a>
</td>
<td style="vertical-align:middle;">
<a href="http://{$smarty.const.DOMAIN}/help" target="_top">Help</a>
</td>
</tr>
</table>
Le problème est que WebKit rend la rangée supérieure très petite et la rangée inférieure de remplir le reste de l'espace à la place de chaque rangée ayant une hauteur égale.
Quelqu'un a-t-il des idées sur la façon de le faire apparaître comme je le souhaite dans les navigateurs basés sur WebKit?
code dans le coller Safari et Chrome fonctionne très bien pour moi. Il serait utile de voir le code HTML généré par Smarty. Et encore plus utile pour voir un exemple en direct ou au moins tout le HTML généré. – Triptych
Avez-vous déjà validé la syntaxe du W3C? – Sparky