1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54
| <!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 titre</title>
<style type="text/css">
img {border: 0}
.thumb {
display:block;
margin:1px;
width:135px;
height:99px;
background-color:#D3D3D3;
float:left;
}
.thumb a {
display:block;
}
.thumb a:hover {
position:absolute;
}
body>.thumb a:hover { /*hack pour permettre le rollover de gauche à droite avec mozilla*/
position:relative;
}
.thumb a img {
margin:0;
padding:0;
width:135px;
height:99px;
}
.thumb a:hover img {
position:relative;
left:0px;
top:80px;
width:500px;
height:399px;
}
-->
</style>
</head>
<body>
<div style="text-align:center; width:560px; margin:auto;"><div class="thumb"><a href="#"><img src="image/Constellation du Taureaup.jpg " TITLE="Constellation du Taureau"/></A></div>
<div class="thumb"><a href="#"><img src="image/Constellation du Cygnep.jpg" TITLE="Constellation du Cygne"/></A></div>
*<div class="thumb"><a href="#"><img src="image/Galaxie M33p.jpg" TITLE="Galaxie M33"/></A></div>
<div class="thumb"><a href="#"><img src="image/La grande Oursep.jpg" TITLE="La grande Ourse"/></A></div></DIV>
</body>
</html> |
Partager