DW 中用CSS把背景设置成了半透明,文字也跟着成了半透明!有没有办法使文字不透明?
1个回答
展开全部
透明背景与正文DIV分开,并排显示,示例:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
body{ background:#000;}
.AlphaBg { background:#fff; filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; width:470px; height:211px; position: absolute; z-index:30; }
.Contact{ width:470px; height:211px; position: absolute; z-index:40; color:#fff;}
</style>
</head>
<body>
<div class="AlphaBg"></div>
<div class="Contact">宽和高与 AlphaBg一样,z-index比 AlphaBg高,position</div>
</body>
</html>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>无标题文档</title>
<style>
body{ background:#000;}
.AlphaBg { background:#fff; filter:alpha(opacity=50); -moz-opacity:0.50; opacity:0.50; width:470px; height:211px; position: absolute; z-index:30; }
.Contact{ width:470px; height:211px; position: absolute; z-index:40; color:#fff;}
</style>
</head>
<body>
<div class="AlphaBg"></div>
<div class="Contact">宽和高与 AlphaBg一样,z-index比 AlphaBg高,position</div>
</body>
</html>
本回答被提问者采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
博思aippt
2024-07-20 广告
2024-07-20 广告
作为深圳市博思云创科技有限公司的工作人员,对于Word文档生成PPT的操作,我们有以下建议:1. 使用另存为功能:在Word中编辑完文档后,点击文件->另存为,选择PowerPoint演示文稿(*.pptx)格式,即可将文档内容转换为PPT...
点击进入详情页
本回答由博思aippt提供
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询