Internet explorer CSS : hover - HTML/CSS - Programmation
Marsh Posté le 28-04-2006 à 11:35:20
Mouais enfin ça sert à rien de s'enerver..
sous IE le :hover marche que sur lélément a...
Donc débrouille toi dnas le CSS, pour avoir a:hover
Marsh Posté le 28-04-2006 à 11:48:43
Regarde ce Tuto sur le Site du Zéro (trouvable sur Google )
Marsh Posté le 29-04-2006 à 11:24:46
It works under IE : http://gatsu.ftp.free.fr/Modele/TestSyf/login.html
It's just need an hack for IE
Code :
|
Marsh Posté le 04-05-2006 à 10:58:30
On peut aussi utiliser le holly hack pour mettre à true la propriété hasLayout du a
Marsh Posté le 28-04-2006 à 09:49:41
bonjour,
voici mon super code :
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Document sans nom</title>
<style type="text/css">
body{font-family:Verdana, Arial, Helvetica, sans-serif;}
a.descr span{display:none;margin:5px;}
a.descr{color:#C88D15;}
a.descr:hover span{
display:block;
position:absolute;
width:250px;
background-color:#FFFFe1;
border:#666666 1px solid;
font-size:10px;
color:#000000;
float:right;
z-index:10;
padding:5px;
left:50px;
}
</style>
</head>
<body>
<a href="#" class="descr">Mon terme compliqué<span><strong>Terme compliqué</strong> : Petite définition de mon terme pour que les gens pigent</span></a>
</body>
</html>
(faites un copier coller pour voir ce que ça fait).
CONCLUSION : INTERBOUZ EXPLORER EST UN VRAIE GROSSE M**DE