DIV CSS 佈局教程網

 DIV+CSS佈局教程網 >> 網頁腳本 >> CSS入門知識 >> CSS詳解 >> DIV樣式中一些特殊效果用法舉例(4)
DIV樣式中一些特殊效果用法舉例(4)
編輯:CSS詳解     
◆DIV樣式特殊效果之glow效果

  1. <br/>
  2. strength的光的強度0--100;此時不能設DIV的背景色。
  3. </div>
  4. <divstyledivstyle="filter:mask(color='ff0000');width:100px;
  5. height:100px;text-transform:uppercase;color:black;">

◆DIV樣式特殊效果之mask效果

  1. :<br/>
  2. 沒有明顯效果,不能設背景色。
  3. </div>
  4. <divstyledivstyle="filter:shadow(color='0000ff',direction='100');
  5. width:100px;height:100px;">

◆DIV樣式特殊效果之shadow效果

  1. <br/>
  2. abcdefghijklmn
  3. </div>
  4. <divstyledivstyle="filter:Xray;width:100px;height:100px;
  5. background-color:red;">

◆DIV樣式特殊效果之xray效果

  1. <br/>
  2. sfasdfasdfasdfsadf
  3. </div>
  4. <divstyledivstyle="filter:progid:DXImageTransform.Microsoft.GradIEnt
  5. (GradIEntType=100,StartColorStr='#B5CCFA',EndColorStr='#ffffff');width:100px;height:100px;">
  6. 漸變效果。
  7. endendendendendendendendendend
  8. </div>
  9. <divstyledivstyle="filter:progid:dXImageTransform.Microsoft.Pixelate(maxsquare=5);width:100px;height:100px;">
  10. lsksalsslalalalalalalal
  11. </div>
  12. <divstyledivstyle="filter:alpha(opacity=100,finishOpacity=0,style=2);
  13. width:100px;height:100px;background-color:Yellow;">
  14. </div>

此上濾鏡效果主要參考:

http://www.lao8.org/html/8/2008-1-21/2008121182204.Html

http://ce.sysu.edu.cn/hope/Education/ShowArticle.ASP?ArticleID=2117;

XML學習教程| jQuery入門知識| AJAX入門| Dreamweaver教程| Fireworks入門知識| SEO技巧| SEO優化集錦|
Copyright © DIV+CSS佈局教程網 All Rights Reserved