您好,登錄后才能下訂單哦!
這篇文章主要講解了“css背景色透明但內(nèi)容不透明的解決方法”,文中的講解內(nèi)容簡(jiǎn)單清晰,易于學(xué)習(xí)與理解,下面請(qǐng)大家跟著小編的思路慢慢深入,一起來研究和學(xué)習(xí)“css背景色透明但內(nèi)容不透明的解決方法”吧!
代碼如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"<a href="http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd</a>">
<html xmlns="<a href="http://www.w3.org/1999/xhtml">http://www.w3.org/1999/xhtml</a>">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
<title>Css:背景色透明,內(nèi)容不透明之終極方法!兼容所有瀏覽器</title>
<style type="text/css">
*{margin:0;padding:0;}
body{background:#3f3f3f;font-family:"宋體", Arial;}
h2, h3, h4, h5, h6, h7{font-weight:normal;font-size:100%;}
img{border:none 0;}
#bos{width:820px;background:#fff;margin:0 auto;}
#bos ul{zoom:1;overflow:hidden;background:#fff;padding:5px 0 5px 5px;}
#bos ul li{width:260px;position:relative;overflow:hidden;float:left;margin:5px;background:#fff;}
.img_wrap{width:258px;border:1px solid #ccc;border-radius:15px;display:block;overflow:hidden;}
#bos ul li h3{width:100%;height:0px;line-height:50px;color:#fff;text-indent:1em;font-size:14px;font-family:微軟雅黑;position:absolute;bottom:0px;border-bottom-left-radius:15px;border-bottom-right-radius:15px;filter:progid:DXImageTransform.Microsoft.gradient(enabled='true',startColorstr='#44000000',endColorstr='#44000000');background:rgba(0,0,0,.6);}
</style>
</head>
<body>
<div id="bos">
<ul>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="https://cache.yisu.com/upload/information/20210311/295/14971.jpg">http://i2.vanclimg.com/users/18/20120824/n1_120824.jpg</a>" alt="" /></a>
<h3>網(wǎng)站防詐騙重要提示 購(gòu)物滿59元免運(yùn)費(fèi)</h3>
</li>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="https://cache.yisu.com/upload/information/20210311/295/14972.jpg">http://i1.vanclimg.com/users/18/20120824/r1_120824.jpg</a>" alt="" /></a>
<h3>Android客戶端升級(jí)新體驗(yàn) 配送延誤通知</h3>
</li>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="https://cache.yisu.com/upload/information/20210311/295/14973.jpg">http://i1.vanclimg.com/users/18/20120824/f8_120824.jpg</a>" alt="" /></a>
<h3>陳年談品牌的本分 工行e支付可直減60元</h3>
</li>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="https://cache.yisu.com/upload/information/20210311/295/14971.jpg">http://i2.vanclimg.com/users/18/20120824/n1_120824.jpg</a>" alt="" /></a>
<h3>陳年談品牌的本分 工行e支付可直減60元</h3>
</li>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="https://cache.yisu.com/upload/information/20210311/295/14973.jpg">http://i1.vanclimg.com/users/18/20120824/f8_120824.jpg</a>" alt="" /></a>
<h3>陳年談品牌的本分 工行e支付可直減60元</h3>
</li>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="https://cache.yisu.com/upload/information/20210311/295/14971.jpg">http://i2.vanclimg.com/users/18/20120824/n1_120824.jpg</a>" alt="" /></a>
<h3>陳年談品牌的本分 工行e支付可直減60元</h3>
</li>
</ul>
</div>
<script type="text/javascript">
var bos = document.getElementById('bos');
var lis = bos.getElementsByTagName('li');
var len = lis.length;
while (len--) {
lis[len].onmouseover = function () {
over(this.getElementsByTagName('h3')[0]);
}
lis[len].onmouseout = function () {
out(this.getElementsByTagName('h3')[0]);
}
}
function over(obj) {
var ypos = 0;
if (obj.time) {
clearInterval(obj.time)
}
obj.time = setInterval(function () {
if (ypos < 50) {
ypos += Math.ceil((50 - ypos) / 3);
}
obj.style.height = ypos + "px";
}, 25);
}
function out(obj) {
var ypos = 50;
if (obj.time) {
clearInterval(obj.time)
}
obj.time = setInterval(function () {
if (ypos >= 0) {
ypos -= Math.ceil((ypos - 0) / 3);
}
obj.style.height = ypos + "px";
}, 25);
}
</script></body>
</html>
感謝各位的閱讀,以上就是“css背景色透明但內(nèi)容不透明的解決方法”的內(nèi)容了,經(jīng)過本文的學(xué)習(xí)后,相信大家對(duì)css背景色透明但內(nèi)容不透明的解決方法這一問題有了更深刻的體會(huì),具體使用情況還需要大家實(shí)踐驗(yàn)證。這里是億速云,小編將為大家推送更多相關(guān)知識(shí)點(diǎn)的文章,歡迎關(guān)注!
免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點(diǎn)不代表本網(wǎng)站立場(chǎng),如果涉及侵權(quán)請(qǐng)聯(lián)系站長(zhǎng)郵箱:is@yisu.com進(jìn)行舉報(bào),并提供相關(guān)證據(jù),一經(jīng)查實(shí),將立刻刪除涉嫌侵權(quán)內(nèi)容。