您好,登錄后才能下訂單哦!
這篇文章主要介紹“怎么用css實現熱點鏈接當鼠標懸停時出現白色的框”,在日常操作中,相信很多人在怎么用css實現熱點鏈接當鼠標懸停時出現白色的框問題上存在疑惑,小編查閱了各式資料,整理出簡單好用的操作方法,希望對大家解答”怎么用css實現熱點鏈接當鼠標懸停時出現白色的框”的疑惑有所幫助!接下來,請跟著小編一起來學習吧!
類似熱點鏈接的一段小代碼:利用定位實現。
這個好像是沒有什么可多說的。
看過定位這個概念的,都能理解。
代碼如下:
<html>
<head>
<style>
*{margin:0px;padding:0px;}
body{text-align:center;}
.body{width:200px;height:auto;position:relative;text-align:left;margin:0 auto;}
.ourImg{width:200px;padding:3px;background:#eee;border:1px solid #aaa;height:auto;}
.body ul{list-style-type:none;}
.body a .hotspot{width:100px;height:150px;position:absolute;}
.body .MM a .hotspot{top:10px;left:15px;}
.body a .link{position:absolute;display:block;width:10em;right:-11em;cursor:pointer;}
.body .MM a .link{top:5px;color:#0066FF;}
.body a:hover .hotspot,.body a:focus .hotspot{border:1px solid #FFF;}
.body a:hover .link,.body a:focus .link{color:#0066FF;}
</style>
</head>
<body>
<div class = "body">
<img src = "img1.jpg" alt = "MM" class = "ourImg"/>
<ul>
<li class = "MM">
<a href = "#" title = "MM">
<span class = "hotspot"></span>
<span class = "link">MM</span>
</a>
</li>
</ul>
</div>
</body>
</html>
效果圖如下:當鼠標懸停到MM字樣時,圖片中就會出現一個白色的框
到此,關于“怎么用css實現熱點鏈接當鼠標懸停時出現白色的框”的學習就結束了,希望能夠解決大家的疑惑。理論與實踐的搭配能更好的幫助大家學習,快去試試吧!若想繼續學習更多相關知識,請繼續關注億速云網站,小編會繼續努力為大家帶來更多實用的文章!
免責聲明:本站發布的內容(圖片、視頻和文字)以原創、轉載和分享為主,文章觀點不代表本網站立場,如果涉及侵權請聯系站長郵箱:is@yisu.com進行舉報,并提供相關證據,一經查實,將立刻刪除涉嫌侵權內容。