Je comprend, mais
1 2 3 4
| $("#clickme").click(function() {
alert('Je passe par ici')
$("#FrameName").animate( {widht : 0}, 1000 );
}); |
ne marche pas..... J'ai aussi fais
$("#left").animate( {widht : 0}, 1000 );
mais rien ne bouge.....
voici la définition des frames:
1 2 3 4 5 6 7
| <frameset cols="200px,*" id="FrameName" name="FrameName">
<frame name="left" id="left" src="menu.htm" target="right">
<frame name="right" src="index.htm" target="_self">
<noframes>
<body>Votre navigateur ne supporte pas les frames !</body>
</noframes>
</frameset> |
Merci.
Partager