網(wǎng)(LieHuo.Net)教程 CSS做出漂亮的鼠標(biāo)懸停提示效果,使用層的絕對定位,不管你的網(wǎng)頁窗口如何變化,提示層始終處于理想位置不會改變,兼容性也良好,因些很實(shí)用的一個鏈接提示功能代碼。
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"><html xmlns="http://www.w3.org/1999/xhtml"><head><title>鏈接懸停提示 - liehuo.net</title><meta http-equiv="Content-Type" content="text/html; charset=GB2312" /><style type="text/css">body {font:normal 12px Verdana}a#tip {position:relative;left:75px; font-weight:bold;}a#tip:link,a#tip:hover {text-decoration:none;color:#000;display:block}a#tip span {display:none;text-decoration:none;}a#tip:hover #tip_info {display:block;border:1px solid #F96;background:#FFEFEF;padding:10px 20px;position:absolute;top:0px;left:90px;color:#009933}</style></head><body><a id="tip" href="#" _fcksavedurl="#">網(wǎng),專注站長教程!<span id="tip_info">網(wǎng),關(guān)注站長,建設(shè)互聯(lián)網(wǎng)!</span></a></body></html><br /><center>如不能顯示效果,請按Ctrl+F5刷新本頁,更多網(wǎng)頁代碼:<a href='http://www.jyygyx.com/' _fcksavedurl='http://www.jyygyx.com/' target='_blank'>http://www.jyygyx.com/</a></center>提示:可修改后代碼再運(yùn)行!
上一篇 面向數(shù)據(jù)集成的ETL技術(shù)研究
下一篇 網(wǎng)站和搜索引擎是分工協(xié)作的伙伴關(guān)系
程序員人生,我編程,我富裕,記住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號-1?? 2015-2020 程序員人生 版權(quán)所有