我有一个像“退出”这样的词,它显示为使用alt和title标签的工具提示。当我将鼠标悬停在注销图像上时,只显示日志 没有出局。当我检查div标签时,它显示为:
< ... title =“log”out =“”alt =“log”out< =“”a =“”>
<a href="delog.jsp" target="fraTra"><img src="images/header/deconnexion.png" width="16" height="16" border="no" title=<%=lLogout%> alt=<%=lLogout%></a>
如何将整个单词作为工具提示。
由于
Sekhar