網(wǎng)(LieHuo.Net)教程 從今天開始,網(wǎng)的網(wǎng)頁教程發(fā)布一些關(guān)于鼠標(biāo)的特效,本文是《CSS小技巧實(shí)現(xiàn)鼠標(biāo)經(jīng)過背景變色的效果》,我們直接看實(shí)例代碼。
<HTML><HEAD><TITLE>LIEHUO.NET</TITLE><style type="text/css">.cl1 { background: olive}.cl2 {background: white}</style></HEAD><body><table><tr onMouseover="this.className='cl1';" onMouseout="this.className='cl2'"><td>網(wǎng)</td><td>LIEHUO.NET</td></tr><tr onMouseover="this.className='cl1';" onMouseout="this.className='cl2'"><td>網(wǎng)</td><td>LIEHUO.NET</td></tr><tr onMouseover="this.className='cl1';" onMouseout="this.className='cl2'"><td>網(wǎng)</td><td>LIEHUO.NET</td></tr><tr onMouseover="this.className='cl1';" onMouseout="this.className='cl2'"><td>網(wǎng)</td><td>LIEHUO.NET</td></tr></table></body></HTML>提示:可修改后代碼再運(yùn)行!
上一篇 分析你的網(wǎng)站為什么粘不住流量有四個(gè)原因
下一篇 如何在百度不來IP的情況下發(fā)展網(wǎng)站
程序員人生,我編程,我富裕,記住wfuyu網(wǎng),php教程,php學(xué)習(xí),php手冊,CMS模版制作
聲明:本站大部分內(nèi)容是作者原創(chuàng),少部分收集于互聯(lián)網(wǎng)供大家一起學(xué)習(xí),原版權(quán)很多不明,如有侵權(quán)請聯(lián)系本站,謝謝!
粵ICP備14040726號(hào)-1?? 2015-2020 程序員人生 版權(quán)所有