0
Q
背景覆蓋文字
A
回答
3
下面是相關的CSS:
a {
color: #CCCCCC;
}
a:hover {
background-color: #CCCCCC;
}
正如你所看到的,字體顏色和背景顏色是上懸停相同。 Z指數與它無關。在:hover
上更改color
,您將看到如下所示的文本:http://jsfiddle.net/yVdvx/
0
更改此CSS代碼。
來源:
a {
z-index: 10000;
text-decoration: none;
border-bottom: 1px dotted #666666;
color: #CCCCCC;
-webkit-transition: 0.25s ease;
transition: 0.25s ease;
}
a:hover {
background-color: #CCCCCC;
opacity: .9;
-webkit-transition: 0.25s ease;
transition: 0.25s ease;
}
要(我的例子做:懸停顏色爲藍色):
a {
z-index: 10000;
text-decoration: none;
border-bottom: 1px dotted #666666;
color: #CCCCCC;
-webkit-transition: 0.25s ease;
transition: 0.25s ease;
}
a:hover {
background-color: blue;
color: #393434;
opacity: .9;
-webkit-transition: 0.25s ease;
transition: 0.25s ease;
}
此外,它可能是好的,包括在一個單獨的文件中的CSS代碼,並加載它HTML文件。
相關問題
- 1. 覆蓋覆蓋背景圖片的頂部的清晰文字?
- 2. 背景圖像覆蓋背景顏色
- 3. 覆蓋CSS背景屬性
- 4. 覆蓋背景顏色
- 5. 背景圖像覆蓋JComponents
- 6. Sencha覆蓋沒有背景
- 7. HTML CSS背景覆蓋
- 8. 背景圖像覆蓋css
- 9. 背景:cover覆蓋div
- 10. Div與背景覆蓋
- 11. 覆蓋CSS背景圖像
- 12. CSS背景覆蓋圖像
- 13. 背景圖像覆蓋
- 14. 背景覆蓋在引導
- 15. 背景未覆蓋整頁
- 16. HTML/CSS:背景覆蓋
- 17. 覆蓋背景顏色的文字隱藏Android上的圖像?
- 18. jquery懸停︰淡出背景與文字覆蓋
- 19. 背景大小覆蓋IE11不覆蓋全區域
- 20. jquery覆蓋背景調暗不覆蓋解除覆蓋後的IE9
- 21. 全屏縮放背景圖像覆蓋
- 22. 背景大小:覆蓋滯後
- 23. IE7/8修復背景大小:覆蓋
- 24. HTML/CSS中的背景覆蓋格式
- 25. 覆蓋div不顯示背景顏色
- 26. 懸停時的背景覆蓋
- 27. Android:在背景上覆蓋位圖
- 28. 轉移背景覆蓋懸停
- 29. 視頻背景網格覆蓋問題
- 30. 背景並不完全覆蓋