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
| <style type="text/css">
<!--
body {
background-color: #666666;
}
#header {
position: absolute;
width: 720px; /* selon la largeur voulue */
margin-left: -360px; /* moitie de width */
left: 50%; /* constant, toujours 50% */
height: 592px; /* selon la quantite de texte */
margin-top: -296px; /* moitie de height */
top: 50%; /* constant, toujours 50% */
}
-->
</style>
</head>
<body>
<!-- Header -->
<div id="header"><OBJECT CLASSID="clsid:02BF25D5-8C17-4B23-BC80-D3488ABDDC6B" WIDTH="720"
HEIGHT="592" CODEBASE="http://www.apple.com/qtactivex/qtplugin.cab">
<PARAM name="SRC" VALUE="movie.mov">
<PARAM name="AUTOPLAY" VALUE="true">
<PARAM name="CONTROLLER" VALUE="true">
<EMBED SRC="movie.mov" WIDTH="720" HEIGHT="592" AUTOPLAY="true"
CONTROLLER="true"
PLUGINSPAGE="http://www.apple.com/quicktime/download/">
</EMBED>
</OBJECT></div>
<!-- Fin Header -->
</body>
</html> |
Partager