I use the following code to link a picture so that it refers to a blank link and relays a message after it is clicked: <%= link_to_image "images/photos.jpg", "javascript:;", :confirm => "There are no pictures." %> In Safari everything works perfectly for me, but when I use Firefox, there is a blue border around the clickable picture, I think to indicate it is a link. I have tried using CSS to get rid of this, but it doesn''t seem to work. Is there anyway to get rid of this blue border? --~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
:border => 0 in the html options. Fredrik Steve wrote:> I use the following code to link a picture so that it refers to a > blank link and relays a message after it is clicked: > > <%= link_to_image "images/photos.jpg", "javascript:;", :confirm => > "There are no pictures." %> > > > In Safari everything works perfectly for me, but when I use Firefox, > there is a blue border around the clickable picture, I think to > indicate it is a link. I have tried using CSS to get rid of this, but > it doesn''t seem to work. Is there anyway to get rid of this blue > border? > > > > > >--~--~---------~--~----~------------~-------~--~----~ 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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk-unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---