image_tag(“icon”) # =>
image_tag(“icon.png”) # =>
![]()
image_tag(“icon.png”, :size => “16×10″, :alt => “Edit Entry”) # =>
![]()
image_tag(“/icons/icon.gif”, :size => “16×16″) # =>
![]()
image_tag(“/icons/icon.gif”, :height => ’32′, :width => ’32′) # =>
![]()
image_tag(“/icons/icon.gif”, :class => “menu_icon”) # =>
![]()
image_tag(“mouse.png”, :mouseover => “/images/mouse_over.png”) # =>

image_tag(“mouse.png”, :mouseover => image_path(“mouse_over.png”)) # =>

您可能感兴趣的文章
RSS Feed
Twitter
February 17th, 2010
moonfox
Posted in
Tags: