Bonsoir,
Je pense que j'ai du faire une boulette quelque par mais je trouve pas.
J'ai fais un code qui doit center verticalement et horizontalement un objet flash dans une page.Mais ça fonctionne sur firefox mais pas sur IE.
Voilà mon code:
Donc si vous voyez quelque chose de bizar je suis preneur.
Code : Sélectionner tout - Visualiser dans une fenêtre à part
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24 <html> <head> <title>Claude Genzling</title> <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1"> </head> <body background="bg.jpg" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0"> <table width="100%" height="100%" border="1" cellpadding="0" cellspacing="0"> <tr> <td width="200" height="20" align="center" valign="middle"> <div align="center"> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="810" height="610"> <param name="movie" value="book.swf"> <param name="quality" value="high"> <embed src="book.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="810" height="610"></embed></object> </div> <div align="center">Site en construction - présention à NORAPOLIS 2007</font></div></td> </tr> </table> </body> </html>
merci d'avance
Partager