可能是一個簡單但我沒有找到解決方案給予懸停標題文本的背景
我寫了下面的代碼。
<html>
<head>
<style>
span.dropt {
border-bottom: thin dotted;
background:white;
}
</style>
</head>
<body>
<span class="dropt" title="Title for the pop-up">Hot Zone Text
</span>
</body>
</html>
在這裏,我想是的,我想給background color/image
對「稱號彈出」懸停時的cursor.i嘗試,但我沒有得到任何solution.can一個幫助我.. 。
這是不可能的CSS。你最好找一個工具提示插件 – 2012-07-24 14:35:40
你不能簡單地使用html和css,你需要jquery來做到這一點 – 2012-07-24 14:35:45