I just found problems with the approach I was using by inserting input element between the anchor. It doesn't work in Internet Explorer. So I had to turn to CSS. It seems to be more reliable. Here is a useful link http://css-tricks.com/examples/ButtonMaker/#
asplearning
Participant
909 Points
952 Posts
Re: Remove underline on mouseover on anchor element in CSS?
Nov 21, 2012 07:19 PM|LINK
Thank you Ibangajnr. Yes your solution was mentioned by others also. I think for now, it maybe the best solution.
Thanks for the replies.
asplearning
Participant
909 Points
952 Posts
Re: Remove underline on mouseover on anchor element in CSS?
Nov 30, 2012 02:59 AM|LINK
I just found problems with the approach I was using by inserting input element between the anchor. It doesn't work in Internet Explorer. So I had to turn to CSS. It seems to be more reliable. Here is a useful link http://css-tricks.com/examples/ButtonMaker/#
Cheers.