Bonjour,
Comme le dit le titre, les liens que je voudrais changer au survol sont dans un tableau:
<table style="border-top-style:none; border:none" border="0" width="235"><br>
<tr>
<td width="235" align="left"><a title="Bob Dylan books in Albanian" href="bob-dylan-books-in-albanian.htm"><img src="../../largeimages/flags/albania.jpg" width="21" height="14" border="1" alt="flag albania"><font size="4" color="white" face="Arial"> IN ALBANIAN (1)</font></a></td>
</tr>
<tr><td width="235" align="left"><a title="Bob Dylan books in Arabic" href="bob-dylan-books-in-arabic.htm"><img src="../../largeimages/flags/ligue-arabe.jpg" width="21" height="14" border="1" alt="flag arab league"><font size="4" color="white" face="Arial"> IN ARABIC (2)</font></a></td>
</tr>
<tr><td width="235" align="left"><a title="Bob Dylan books in Basque" href="bob-dylan-books-in-basque.htm"><img src="../../largeimages/flags/basque.jpg" width="21" height="14" border="1" alt="flag pays basque"><font size="4" color="white" face="Arial"> IN BASQUE (1)</font></a></td>
</tr>
J'ai bien compris qu'il faut utiliser la fonction hover
<style type="text/css">
a:hover
{
color: black;
}
</style>
mais où faut-il ajouter ce code? J'ai essayé dans la page, dans le fichier css qui gère toutes les pages où est ce tableau... sans résultat.
Ce n'est pas moi qui ai créé le site, je voudrais juste effectuer cette modif et je m'y perds...
Merci pour votre aide...
Comme le dit le titre, les liens que je voudrais changer au survol sont dans un tableau:
<table style="border-top-style:none; border:none" border="0" width="235"><br>
<tr>
<td width="235" align="left"><a title="Bob Dylan books in Albanian" href="bob-dylan-books-in-albanian.htm"><img src="../../largeimages/flags/albania.jpg" width="21" height="14" border="1" alt="flag albania"><font size="4" color="white" face="Arial"> IN ALBANIAN (1)</font></a></td>
</tr>
<tr><td width="235" align="left"><a title="Bob Dylan books in Arabic" href="bob-dylan-books-in-arabic.htm"><img src="../../largeimages/flags/ligue-arabe.jpg" width="21" height="14" border="1" alt="flag arab league"><font size="4" color="white" face="Arial"> IN ARABIC (2)</font></a></td>
</tr>
<tr><td width="235" align="left"><a title="Bob Dylan books in Basque" href="bob-dylan-books-in-basque.htm"><img src="../../largeimages/flags/basque.jpg" width="21" height="14" border="1" alt="flag pays basque"><font size="4" color="white" face="Arial"> IN BASQUE (1)</font></a></td>
</tr>
J'ai bien compris qu'il faut utiliser la fonction hover
<style type="text/css">
a:hover
{
color: black;
}
</style>
mais où faut-il ajouter ce code? J'ai essayé dans la page, dans le fichier css qui gère toutes les pages où est ce tableau... sans résultat.
Ce n'est pas moi qui ai créé le site, je voudrais juste effectuer cette modif et je m'y perds...
Merci pour votre aide...