scriptaculous requirements
<div id="flash_box" class="flash_box" style="display:none;"> <div id="fb_content" class="fb_content"> <%= flash[:warning] %> </div> <span id="fb_close" class="fb_close" onclick="new Effect.BlindUp($('flash_box'), {duration:0.25})"> Close This </span> </div>
The div 'flash_box' only works with scriptaculous when
style="display:none;"
is used _inline_.