|
藍森林 http://www.lslnet.com 2006年8月25日 8:28
請教一個css的問題!
請問要使"標題欄的文字"出現陰影效果,CSS的代碼是多少?還有,這段代碼要加在哪裡?我只想讓"標題欄"那幾個字有這種效果,標題下面的內容文字正常不變!
就像這張圖那樣!
[img]http://beth.html.533.net/biao.jpg[/img] |
[html]
<style type="text/css">
<!--
.shadow1{filter:shadow(color=#00CCFF,direction=120);}
div {width:80%;
filter:blur(add=ture,direction=180,strength=150);
cursor:move;
}
-->
</style>
<center><div class="shadow1" >
<h1 style="color:#0099CC;">11111111111111111111111</h1></div>
</center>
222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222222
[/html] |
沒有看到圖片,我這兒網速現在不夠
不知道是不是這樣
[html]
<style type="text/css">
.3dfont2 { FILTER: glow(color=ffffff,strength=0) shadow(color=cccccc,direction:135); POSITION: relative; WIDTH: 100% }
-->
</style>
<span class="3dfont2">是不是這樣子??</span>
[/html] |
|