bonjour !
il faudrait qu'au passage de la souris sur une vignette une image plus grande apparaissse ailleurs, en position absolue
Avec NVU, j'ai fait quelque chose qui marche bien avec firefox mais pas avec IE6
pourquoi ?
y-a-t-il une solution ?
Merci !
<html style="direction: ltr;" lang="fr">
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Galerie photos </title>
<meta content="Agnes" name="author">
<style title="galerie-photos" media="screen"
type="text/css">
body {
background-color: #003300;
}
#vign1 {
background-color: #003300;
text-align: left;
display: block;
height: 80px;
width: 100px;
float: left;
}
#vign1 a span {
display: none;
}
#vign1 a:hover span {
display: block;
position: absolute;
width: 427px;
height: 320px;
background-image: url(photos/img-01.jpg);
background-color: #ffffcc;
left: 300px;
top: 250px;
background-repeat: no-repeat;
}
</style>
</head>
<body style="color: rgb(0, 0, 0); direction: ltr;"
alink="#ffcc00" link="#333300" vlink="#666600">
<br>
<div id="vign1"><a href="#"><img
style="border: 0px solid ; width: 80px; height: 59px;" alt=""
src="vignettes/vign-01.jpg"><span></span></a></div>
il faudrait qu'au passage de la souris sur une vignette une image plus grande apparaissse ailleurs, en position absolue
Avec NVU, j'ai fait quelque chose qui marche bien avec firefox mais pas avec IE6
pourquoi ?
y-a-t-il une solution ?
Merci !
<html style="direction: ltr;" lang="fr">
<head>
<meta content="text/html; charset=ISO-8859-1"
http-equiv="content-type">
<title>Galerie photos </title>
<meta content="Agnes" name="author">
<style title="galerie-photos" media="screen"
type="text/css">
body {
background-color: #003300;
}
#vign1 {
background-color: #003300;
text-align: left;
display: block;
height: 80px;
width: 100px;
float: left;
}
#vign1 a span {
display: none;
}
#vign1 a:hover span {
display: block;
position: absolute;
width: 427px;
height: 320px;
background-image: url(photos/img-01.jpg);
background-color: #ffffcc;
left: 300px;
top: 250px;
background-repeat: no-repeat;
}
</style>
</head>
<body style="color: rgb(0, 0, 0); direction: ltr;"
alink="#ffcc00" link="#333300" vlink="#666600">
<br>
<div id="vign1"><a href="#"><img
style="border: 0px solid ; width: 80px; height: 59px;" alt=""
src="vignettes/vign-01.jpg"><span></span></a></div>