aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVijay Dev <vijaydev.cse@gmail.com>2012-05-16 21:17:10 +0530
committerVijay Dev <vijaydev.cse@gmail.com>2012-05-16 21:17:25 +0530
commite29626901ad82bafeb7ade13c3681aa777d7fe2a (patch)
tree4cd12ce5cc810c590418e5eb2ca32fec8dfe055b
parent4edb4976762dcb94c8aa2deca4dc96d498d6418a (diff)
downloadrails-e29626901ad82bafeb7ade13c3681aa777d7fe2a.tar.gz
rails-e29626901ad82bafeb7ade13c3681aa777d7fe2a.tar.bz2
rails-e29626901ad82bafeb7ade13c3681aa777d7fe2a.zip
remove image_tag onmouseover option docs [ci skip]
-rw-r--r--guides/source/layouts_and_rendering.textile6
1 files changed, 0 insertions, 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} %>
</erb>
-You can also supply an alternate image to show on mouseover:
-
-<erb>
-<%= image_tag "home.gif", :onmouseover => "menu/home_highlight.gif" %>
-</erb>
-
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:
<erb>