*I created an image map. Now I would like to display some info when the mouse is over a position in the image. Is there something like **link_to_remote what I can use for an image map? **link_to_remote would be just fine if I could leave the ''<a href="#"></a>'' tags away. Can I do that? Are there some helpers for an image map in rails? Roeland *
Why does it need to be using ajax? On 5/27/05, Roeland Moors <roeland-CB5MC+oUXN5tU0UVpMhZFg@public.gmane.org> wrote:> *I created an image map. > Now I would like to display some info when the mouse is over a position > in the image. > Is there something like **link_to_remote what I can use for an image map? > > **link_to_remote would be just fine if I could leave the ''<a > href="#"></a>'' tags away. > Can I do that? > > Are there some helpers for an image map in rails? > > Roeland > * > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >
Joe Van Dyk wrote:>Why does it need to be using ajax? > >It doesn''t. I was just wondering if it is possible.>On 5/27/05, Roeland Moors <roeland-CB5MC+oUXN5tU0UVpMhZFg@public.gmane.org> wrote: > > >>I created an image map. >>Now I would like to display some info when the mouse is over a position >>in the image. >>Is there something like link_to_remote what I can use for an image map? >> >>link_to_remote would be just fine if I could leave the ''<a >>href="#"></a>'' tags away. >>Can I do that? >> >>Are there some helpers for an image map in rails? >> >>Roeland >> >>