bonsoir et merci Marco
ton code est bon mais je voudrai afficher mes menus "accueil" et "votre compte" comme je l'ai fais dans ma bannière voir sur
le sitemon code en entier est :
CITATION
<tr class="headerNavigation">
<td bgcolor="#F0EFEF" class="headerNavigation" align="right" width="100%" height="90" background="images/logo_header.bmp">
<table border="0" width="100%" cellspacing="0" cellpadding="0">
<tr><td><?php echo tep_draw_separator('pixel_trans.gif', '100%', '55'); ?>
</td></tr><tr>
<td class="smallText1"><?php echo tep_draw_separator('pixel_trans.gif', '110', '2'); ?></td><td align="right"><?php echo '<a href="' . tep_href_link(FILENAME_DEFAULT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'accueil.png', HEADER_TITLE_TOP, HTTP_SERVER) . '</a>'; ?> <?php echo '<a href="' . tep_href_link(FILENAME_ACCOUNT, '', 'SSL') . '">' . tep_image(DIR_WS_IMAGES . 'header_account.png', HEADER_TITLE_MY_ACCOUNT) . '</a>'; ?></td>
<td class="smallText1"><?php echo tep_draw_separator('pixel_trans.gif', '1', '2'); ?></td><td align="center" class="smallText"><a href="<?php echo FILENAME_RSS, '?language=' . $lang_code; ?>" title="<?php echo BOX_INFORMATION_RSS; ?>"><?php echo tep_image(DIR_WS_IMAGES . "icons/rss_icon.gif" , STORE_NAME . " - " . BOX_INFORMATION_RSS) .' <font color="#FEFFEA">RSS</font>'; ?></a></td><td><?php echo tep_draw_separator('pixel_trans.gif', '15', '2'); ?></td>
</td>
</tr>
</table>
</td>
</tr>
</table>
Et pour ça je suis obligée d'afficher ma bannière dans ma cellule, pas trouvé d'autre solution et le position=relative ça marche pas...