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 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
|
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Document sans titre</title>
<style type="text/css">
.image {
height: 180px;
width: 240px;
margin-left:115px;
margin-top: 70px;
float:left;
}
.synopsis {
width:350px;
height:240px;
margin-left:30px;
margin-top: 70px;
/*background-color:#FFFF00;*/
border-left:1px solid #000000; /* couleur du cadre */
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
float:left;
}
.clearboth { clear: both; }
.video {
height: 320px;
width: 240px;
margin-left:45px;
margin-top: 15px;
float:left;
}
.langue {
width:350px;
height:240px;
margin-left:100px;
margin-top: 15px;
/*background-color:#FFFF00;*/
border-left:1px solid #000000; /* couleur du cadre */
border-right:1px solid #000000;
border-bottom:1px solid #000000;
border-top:1px solid #000000;
float:left;
}
</style>
<body background="fond_popup.png">
<div class="image">
<img name="img" src="test.png" alt="" border="2">
</div>
<div class="synopsis">
<center><b>SYNOPSIS</b></center>
</div>
<br class="clearboth">
<div class="video">
<object type="application/x-shockwave-flash" data="player_flv.swf" width="320" height="240">
<param name="movie" value="player_flv.swf" />
<param name="FlashVars" value="flv=test.flv&loop=1&autoplay=1" />
</object>
</div>
<div class="langue">
<input type="button" value="Fermer" onClick="window.close();" name="button">
</div>
</body>
</html> |
Partager