search for: large_image

Displaying 2 results from an estimated 2 matches for "large_image".

Did you mean: argb_image
2006 Jan 06
3
image replacement (new Effect.*****) problem
..."onMouseOver" => "this.className = ''product_hover''", "onMouseOut" => "this.className = ''small_product''", "onClick" => "new Effect.Shake(this); new Effect.Fade(''large_image''); document.getElementById(''large_image'').style.display = ''inline''; document.getElementById(''large_image'').src = this.src; new Effect.Appear(''large_image'');"} %> -- Posted via http://www.rub...
2006 Aug 09
8
AJAX image manipulation
I have this code in a controller that returns images to my browser...with ROR. def index @products = Product.find_all_ pictures end ....this is the .rhtml.. <% for photo in @pic -%> <div class="entry"> <img src="<%= photo.image_url %>"/> <h3><%= h(photo.title) %></h3> <%= photo.description %>