Richard Schneeman wrote: > marnen, > thanks for the response, that method only works if the image you want to > use acts as a submit button > http://webdesign.about.com/od/htmltags/p/bltags_inputimg.htm .
Right. That's what I thought you wanted. > Maybe i > didn't specify my requirements enough: i'm looking for a normal form > element, where a user could choose between one of a few images, and if > they selected an incorrect image, they could change their selection > before making it final and selecting another image. > > One solution i found is to use to use image tags nested in radio tag > labels, d: Probably a good idea. Also, I've seen images used in what appear to be <select> elements (such as at http://www.ajaxspinner.com ), but I've never looked at the source to figure out how. > > [...] > > granted this is an html solution, the underlying principal is the > similar for rails. HTML is where the solution lies anyway. The Rails helpers exist only to facilitate the generation of HTML, not to replace it. Best, -- Marnen Laibow-Koser http://www.marnen.org [email protected] -- Posted via http://www.ruby-forum.com/. --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

