From e29626901ad82bafeb7ade13c3681aa777d7fe2a Mon Sep 17 00:00:00 2001 From: Vijay Dev Date: Wed, 16 May 2012 21:17:10 +0530 Subject: remove image_tag onmouseover option docs [ci skip] --- guides/source/layouts_and_rendering.textile | 6 ------ 1 file changed, 6 deletions(-) diff --git a/guides/source/layouts_and_rendering.textile b/guides/source/layouts_and_rendering.textile index e4a1fd6951..b0a87a5981 100644 --- a/guides/source/layouts_and_rendering.textile +++ b/guides/source/layouts_and_rendering.textile @@ -860,12 +860,6 @@ You can supply a hash of additional HTML options: <%= image_tag "icons/delete.gif", {:height => 45} %> -You can also supply an alternate image to show on mouseover: - - -<%= image_tag "home.gif", :onmouseover => "menu/home_highlight.gif" %> - - You can supply alternate text for the image which will be used if the user has images turned off in their browser. If you do not specify an alt text explicitly, it defaults to the file name of the file, capitalized and with no extension. For example, these two image tags would return the same code: -- cgit v1.2.3