Displaying 1 result from an estimated 1 matches for "imagediv_bg".
2006 Jan 19
0
AJAX Visual effect Loading
...ment.hide(''search-indicator''), new
Effect.toggle(''imagediv'', ''blind'')"},
{ :href => "../images/clubice.jpg" })
%>
And the action :clubice_window is a view which contains this code
<center>
<div id="imagediv_bg">
<% cache do %>
<%= image_tag("clubice.jpg")%>
<% end %>
<br />
<%= link_to_function "Close window", "new Effect.toggle(''imagediv'',
''slide'')"%>
</div>
</center>
It would be great...