Quand je mets une animation entre de balises DIV : plus rien ne fonctionne ?????
Est - ce normal ?
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
25
26
27
28
<script language="javascript">AC_FL_RunContent = 0;</script>
<script src="AC_RunActiveContent.js" language="javascript"></script>
 
 
<a onclick="document.getElementById('ouverture').style.display='block'" href="javascript:;">Clic ici</a>
<div id="ouverture" style="border: 2px solid rgb(209, 29, 67); padding: 5px; display: none;"><p>
<table>
				<tr>
					<td>
						<object id="monFlash" type="application/x-shockwave-flash" data="player_flv_maxi.swf" width="800" height="530">
							<param name="movie" value="player_flv_maxi.swf" />
							<param name="allowFullScreen" value="true" />
							<param name="FlashVars" value="flv=http://www.axinodhotline.jexiste.fr/leconsExtranet/2.fv&amp;width=800&amp;height=530" />
						</object>
					</td>
					<td>
						<br/><a href="javascript:play(document.monFlash)">PLAY</a> - <a href="javascript:pause(document.monFlash)">PAUSE</a> - <a href="javascript:stop(document.monFlash)">STOP</a>
					</td>
				</tr>
		</table>
 
 
 
 
 
 
</p>
<a onclick="document.getElementById('ouverture').style.display='none'" href="javascript:;">Fermer cette fenetre</a>

Si je place l'animation hors des div c'est bon.
Là je ne comprend plus car on dirait que l'animation ne se charge plus...
Meri de votre aide...