Yahoo 知識+ 將於 2021 年 5 月 4 日 (美國東岸時間) 停止服務,而 Yahoo 知識+ 網站現已轉為僅限瀏覽模式。其他 Yahoo 資產或服務,或你的 Yahoo 帳戶將不會有任何變更。你可以在此服務中心網頁進一步了解 Yahoo 知識+ 停止服務的事宜,以及了解如何下載你的資料。
Robmaister12
Lv 4
onmouseover make the text larger?
Is it possible to take the text in a <p> or <span> tag and make it larger when you hover over it?
更新:
tried that, it gives me syntax error.. also tried it using the span tag.. same deal.
Using IE7
2 個解答
相關度
- 匿名1 十年前最愛解答
- TravisOLv 41 十年前
<p onmouseover="this.style.font-size=10pt;">Some text here</p>
Might work, but it depends on the browser because it's not proper spec.
還有問題嗎?立即提問即可得到解答。