这篇文章主要讲解了“css背景色透明但内容不透明的解决方法”,文中的讲解内容简单清晰,易于学习与理解,下面请大家跟着小编的思路慢慢深入,一起来研究和学习“css背景色透明但内容不透明的解决方法”吧!
创新互联公司服务项目包括保靖网站建设、保靖网站制作、保靖网页制作以及保靖网络营销策划等。多年来,我们专注于互联网行业,利用自身积累的技术优势、行业经验、深度合作伙伴关系等,向广大中小型企业、政府机构等提供互联网行业的解决方案,保靖网站推广取得了明显的社会效益与经济效益。目前,我们服务的客户以成都为中心已经辐射到保靖省份的部分城市,未来相信会继续扩大服务区域并继续获得客户的支持与信任!代码如下:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"<a href="/tupian/20230522/<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:背景色透明,内容不透明之终极方法!兼容所有浏览器</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="/tupian/20230522/404.html alt="" /></a>
<h3>网站防诈骗重要提示 购物满59元免运费</h3>
</li>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="/tupian/20230522/404.html alt="" /></a>
<h3>Android客户端升级新体验 配送延误通知</h3>
</li>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="/tupian/20230522/404.html alt="" /></a>
<h3>陈年谈品牌的本分 工行e支付可直减60元</h3>
</li>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="/tupian/20230522/404.html alt="" /></a>
<h3>陈年谈品牌的本分 工行e支付可直减60元</h3>
</li>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="/tupian/20230522/404.html alt="" /></a>
<h3>陈年谈品牌的本分 工行e支付可直减60元</h3>
</li>
<li>
<a class="img_wrap" href="#"><img _fcksavedurl=""#"><img" src="<a href="/tupian/20230522/404.html 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背景色透明但内容不透明的解决方法”的内容了,经过本文的学习后,相信大家对css背景色透明但内容不透明的解决方法这一问题有了更深刻的体会,具体使用情况还需要大家实践验证。这里是创新互联网站建设公司,,小编将为大家推送更多相关知识点的文章,欢迎关注!
分享标题:css背景色透明但内容不透明的解决方法-创新互联
转载源于:https://www.cdcxhl.com/article14/ceeode.html
成都网站建设公司_创新互联,为您提供外贸网站建设、虚拟主机、软件开发、企业建站、响应式网站、做网站
声明:本网站发布的内容(图片、视频和文字)以用户投稿、用户转载内容为主,如果涉及侵权请尽快告知,我们将会在第一时间删除。文章观点不代表本网站立场,如需处理请联系客服。电话:028-86922220;邮箱:631063699@qq.com。内容未经允许不得转载,或转载时需注明来源: 创新互联