DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> WEB網站前端 >> WEB前端代碼 >> CSS背景透明文字不透明
CSS背景透明文字不透明
編輯:WEB前端代碼     


查看效果:http:///keleyi/phtml/divcss/18.htm

支持Chrome,火狐,Opera等浏覽器。不支持IE8


源代碼:
<!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>
<title>CSS背景透明文字不透明-</title>
<style type="text/css">
.item{width:600px;font:17px '微軟雅黑';height:300px;margin:0 auto;position:relative;}
.hi,h3{position:absolute;left:0;bottom:0;width:100%;height:36px;}
h3{line-height:30px;color:#fff;margin:0;z-index:1;}/*加入z-index值,文字就不會透明了*/
.hi{background:blue;opacity:0.3;}/*背景透明*/
</style>
</head>
<body>
<h1>Div背景透明文字不透明</h1>
<div class="item">
<p><a href="http:///menu/webqd/"><img alt="美女" src="http:///image/a/o2efxt56.jpg" /></a></p>
<h3>你看!這行文字下面的背景透明了,而文字沒有透明。</h3><div class="hi"></div>
</div>
<div>
<br />
支持Chrome,火狐,Opera等浏覽器。<a href="http:///a/bjad/y6ppyl4w.htm">原文</a>
</div>
</body>
</html>
XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved