Bonjour à tous,
Je ne comprends pas pourquoi tous mes Hover ne fonctionnent pas sous IE5 alors que sous IE6 et IE7 tout fonctionne parfaitement... même sous FF ?!
Voici un lien : http://lebateauivre01.free.fr/sitebi2006/6particuliers/2accueilpart06.php?page=association
Mon code CSS :
Mon code HTML :
Merci à celui, à ceux qui éclaireront ma lanterne !
A+
Modifié par Billy Deylord (30 May 2007 - 16:56)
Je ne comprends pas pourquoi tous mes Hover ne fonctionnent pas sous IE5 alors que sous IE6 et IE7 tout fonctionne parfaitement... même sous FF ?!
Voici un lien : http://lebateauivre01.free.fr/sitebi2006/6particuliers/2accueilpart06.php?page=association
Mon code CSS :
a {text-decoration: none ;}
a:hover {background: none ;}
a span {display: none ;}
a:hover span {position: absolute ;display: inline ;z-index: 2 ;}
a:hover span.commentg01 {position: absolute ;text-align: center ;top: -55px ;left: -2px ;width: 280px ;
font: 11px "verdana", helvetica, sans-serif ;font-style: italic ;color: #fff ;font-weight: bold ;z-index: 20 ;}
a:hover span.commentg02 {position: absolute ;text-align: center ;top: -55px ;left: -68px ;width: 280px ;
font: 11px "verdana", helvetica, sans-serif ;font-style: italic ;color: #fff ;font-weight: bold ;z-index: 20 ;}
a:hover span.commentg03 {position: absolute ;text-align: center ;top: -55px ;left: -136px ;width: 280px ;
font: 11px "verdana", helvetica, sans-serif ;font-style: italic ;color: #fff ;font-weight: bold ;z-index: 20 ;}
a:hover span.commentg04 {position: absolute ;text-align: center ;top: -55px ;left: -204px ;width: 280px ;
font: 11px "verdana", helvetica, sans-serif ;font-style: italic ;color: #fff ;font-weight: bold ;z-index: 20 ;}
a:hover span.photoenhover01 {top: -362px ; left: -2px ;border: 0;}
a:hover span.photoenhover02 {top: -362px ; left: -68px ;border: 0;}
a:hover span.photoenhover03 {top: -362px ; left: -136px ;border: 0;}
a:hover span.photoenhover04 {top: -362px ; left: -204px ;border: 0;}
a#photoassociationpart01 {position: absolute ;
background-image: url('http://lebateauivre01.free.fr/sitebi2006/6particuliers/images/association01_small.jpg');
height: 45px ;width: 58px ;cursor: default ;}
a#photoassociationpart02 {position: absolute ;
background-image: url('http://lebateauivre01.free.fr/sitebi2006/6particuliers/images/association02_small.jpg');
height: 45px ;width: 58px ;left: 68px ;cursor: default ;}
a#photoassociationpart03 {position: absolute ;
background-image: url('http://lebateauivre01.free.fr/sitebi2006/6particuliers/images/association03_small.jpg');
height: 45px ;width: 58px ;left: 136px ;cursor: default ;}
a#photoassociationpart04 {position: absolute ;
background-image: url('http://lebateauivre01.free.fr/sitebi2006/6particuliers/images/association04_small.jpg');
height: 45px ;width: 58px ;left: 204px ;cursor: default ;}
Mon code HTML :
<a id="photoassociationpart01" href="http://lebateauivre01.free.fr/sitebi2006/6particuliers/2accueilpart06.php?page=association">
<span class="photoenhover01">
<img src="http://lebateauivre01.free.fr/sitebi2006/6particuliers/images/association01.jpg" /></span>
<span class="commentg01">Logo de 1993 à 2005</span></a>
<a id="photoassociationpart02" href="http://lebateauivre01.free.fr/sitebi2006/6particuliers/2accueilpart06.php?page=association">
<span class="photoenhover02">
<img src="http://lebateauivre01.free.fr/sitebi2006/6particuliers/images/association02.jpg" /></span>
<span class="commentg02">Première action en 1994</span></a>
<a id="photoassociationpart03" href="http://lebateauivre01.free.fr/sitebi2006/6particuliers/2accueilpart06.php?page=association">
<span class="photoenhover03">
<img src="http://lebateauivre01.free.fr/sitebi2006/6particuliers/images/association03.jpg" /></span>
<span class="commentg03">Projet non abouti en 1998 pour les 50 ans de la
Déclaration universelle <br>des Droits de l’homme</span></a>
<a id="photoassociationpart04" href="http://lebateauivre01.free.fr/sitebi2006/6particuliers/2accueilpart06.php?page=association">
<span class="photoenhover04">
<img src="http://lebateauivre01.free.fr/sitebi2006/6particuliers/images/association04.jpg" /></span>
<span class="commentg04">Visuel des saisons théâtrales à
l’Espace Saint-Jean de Melun depuis 1997</span></a>
Merci à celui, à ceux qui éclaireront ma lanterne !
A+
Modifié par Billy Deylord (30 May 2007 - 16:56)