Bonjour,
Le code suivant fonctionne parfaitement avec Firefox2 et pas IE6. Savez-vous pourquoi et comment je peux y remédier?
Modifié par jmch (25 Apr 2007 - 21:15)
Le code suivant fonctionne parfaitement avec Firefox2 et pas IE6. Savez-vous pourquoi et comment je peux y remédier?
<html>
<head>
<style type="text/css">
a span { display: none;}
a:hover span { display: inline;}
</style>
</head>
<body>
<p class="calendarHL1"> <a>BON<span>JOUR</span></a></p>
</body>
</html>
Modifié par jmch (25 Apr 2007 - 21:15)