use it in your view
<%= render :partial => 'my_custom_flash', :flash => flash %>
_my_custom_flash.html.erb
<div id='flash-notice'><%= flash[:notice] %> <%= link_to_function 'Close', visual_effect(:fade, 'flash-notice' %></div>
CSS, # flash-notice , , top: 0 width: 100%, .
, .