Is it possible to hide href title?
问题 <a href="link.html" title="Titletext"> ...is the code. I need to use the title attribute because of slimbox, but I want to hide the title-text that shows up when hovering the mouse over the link. Any ideas? 回答1: Supposing you are using an image tag in the a tag, you can just use an alternative title for the image (even a space) and that will overwrite the title of the link when you hover over it. 回答2: How about a nice simple: <a href="link.html" title="Titletext"><span title=" ">text</span><