Displaying 2 results from an estimated 2 matches for "effects2".
Did you mean:
effects
2005 Jun 24
3
flashing divs in IE with use of BlindUp and BlindDown
...''ve provided a small snippet of ruby template code to show the issue
in IE. Ignore the single/batch stuff, that''s just remnants from the
code I took this from.
Thanks
....
<%= javascript_include_tag ''prototype'' %>
<%= javascript_include_tag ''effects2'' %>
<script type="text/javascript">
var selected = ''''
function selectBatch()
{
if (selected == ''single'') Element.hide(''single'')
selected = ''batch''
new Effect2.BlindDown(''batch'...
2005 Jun 29
0
Effects flicker in firefox when called with setTimeout
...ipt language="javascript" type="text/javascript"
src="prototype-1.3.0.js"></script>
<script src="dragdrop.js" type="text/javascript"></script>
<script language="javascript" type="text/javascript" src="effects2.js"></script>
<script language="javascript" type="text/javascript">
function hide()
{
new Effect2.Fade("box");
}
window.onload = function()
{
setTimeout("hide()",2000);
}
</script>
</head>
<body>
<div id=...