You can remove the title attribute from the elements with javascript, and it
won't affect the markup (as seen by search engines and when viewing source):

> $('[title]').removeAttr('title');


--
Hector


On Wed, Jun 17, 2009 at 8:17 AM, Anyulled <anyul...@gmail.com> wrote:

>
> I have a series of links in my page, all with its title atribute
> filled. The thing is that I don't want the browser to show this title
> whenever i hover those links, but still want to have mi titles in the
> markup
>
> Is there any way to do it?
>
> thanks a lot for your help

Reply via email to