我已經把HTML標籤中<a title=""></a>
標籤不想<a>標籤的title屬性顯示HTML
我<a>
標籤:
<a href="/survey/MyClicks/myclicks" class="toolLink" title="<h2>my clicks!</h2> Group your contacts to target your <span>ASK</span> to the specific people you want opinions from.">Clicks</a>
當我鼠標移到該標籤它顯示HTML標記爲標題,但我不想在標題中顯示HTML標籤。
我該如何解決這個問題?
title屬性未格式化。如果你想要更多花哨的工具提示,那就去逛逛吧 - 這裏有許多純粹的CSS和JavaScript解決方案。有關相關問題,請參閱http://stackoverflow.com/questions/2049589/html-a-tag-title-formatting。 –