Bonsoir,

J'ai un petit problème avec le CSS que j'ai fait pour mes liens. Voici mon code:
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
<title>Nouvelle page 1</title>
<style type="text/css">
a:link {color: #0000FF; text-decoration: none; text-transform: none; 
}<BR>a:visited {color: #FF00FF; text-decoration: none; text-transform: none; 
}<BR>a:active {color: #0000FF; text-decoration: none; text-transform: none; 
}<BR>a:hover {color: #0000FF; text-decoration: underline; text-transform: none; 
}<BR></style>
</head>
 
<body>
<p align="center"><img border="0" src="entete.jpg" width="700" height="113"></p>
 
<table width="100%" border="0" cellpadding="5" cellspacing="0">
<tr> 
      <td colspan="2" bgcolor="#FFFFCC"> <p align="left" class="agenda"><a href="index.php">Accueil</a>  
            &nbsp;&nbsp;<a href="activite.php" target="_blank">Que faisons nous</a> 
            &nbsp;&nbsp;<a href="nous.html">Qui sommes nous</A>
            &nbsp;&nbsp;<a href="map.htm">Ou sommes nous</a> 
            &nbsp;&nbsp;<a href="contact.htm">Nous contacter</a></p></td>
    </tr>
</table>
 
</body>
Le problème est avec les liens visités. Ils sont soulignés et je ne comprends pas pq.

Si qq1 pouvait m'aider, cela serait super sympa.

A+

Micka