Hi all,
I have tried this other effect, Blind and he doesn't toggle
either!!!
Why?
::::::::::::::::::::::::::::::::::::::::::::::::::::::CODE:::::::::::::::::::::::::::::::: ::::::::::::::::::::::::::.
<head>
<script src="../../SpryAssets/SpryEffects.js"
type="text/javascript"></script>
<script type="text/javascript">
<!--
function MM_effectBlind(targetElement, duration, from, to,
toggle)
{
Spry.Effect.DoBlind(targetElement, {duration: duration, from:
from, to: to, toggle: toggle});
}
//-->
</script>
</head>
<body>
<p>
<input name="mostra" type="button" id="mostra"
onclick="MM_effectBlind('details', 1000, '100%', '0%', true)"
value="mostrar/ocultar detalhes" />
</p>
<div id="details">
<p>Details to show up</p>
</div>
</body>
</html>
:::::::::::::::::::::::::::::::::::::::END OF
CODE::::::::::::::::::::::::::::::::::::::::::::::::
ADDITIONAL NOTE:
1)
Appear/Fade does not toggle either.
Slide does not toggle either.
The other I don't have test.
2) I can have the CSS to hide at the beginning the error is
the same.
Hope someone could help me out here.