神奇的CSS样式

一,梯度渐变

 1  < html >
 2  < body >
 3  < style >
 4  .rec {
 5  border : 1px solid #002D96  ;
 6  FILTER :  progid:DXImageTransform.Microsoft.Gradient(GradientType=0, StartColorStr=#9DBCEA, EndColorStr=#ffffff) ;
 7 
 8  }
 9  style >
10 
11  < div  class ="rec"  style ="width:30px;height:300px;" >
12  div >
13  body >
14  html >

二、立方体

 1 None.gif < html  xmlns:v ="urn:schemas-microsoft-com:vml"  xmlns:o ="urn:schemas-microsoft-com:office:office"  xmlns ="http://www.w3.org/TR/REC-html40" >
 2 None.gif
 3 None.gif < head >
 4 None.gif < meta  http-equiv ="Content-Type"  content ="text/html; charset=gb2312" >
 5 None.gif < link  rel ="File-List"  href ="new_page_1.files/filelist.xml" >
 6 None.gif < title > 新建网页 1 title >
 7 None.gif
16 None.gif head >
17 None.gif
18 None.gif < body >
19 None.gif
20 None.gif < p > [if !vml] > < span  style ='mso-ignore:vglayout;position:
27 None.gif absolute;z-index:1;left:171px;top:96px;width:56px;height:275px' >< img  width =56
28 None.gif height =275  src ="new_page_16.files/image001.gif"  v:shapes ="_x0000_s1025" > span > [endif] > p >
29 None.gif
30 None.gif body >
31 None.gif
32 None.gif html >

三,圆柱形
 1 None.gif < html  xmlns:v ="urn:schemas-microsoft-com:vml"  xmlns:o ="urn:schemas-microsoft-com:office:office"  xmlns ="http://www.w3.org/TR/REC-html40" >
 2 None.gif
 3 None.gif < head >
 4 None.gif < meta  http-equiv ="Content-Type"  content ="text/html; charset=gb2312" >
 5 None.gif < link  rel ="File-List"  href ="new_page_1.files/filelist.xml" >
 6 None.gif < title > 新建网页 1 title >
 7 ExpandedBlockStart.gifContractedBlock.gif < style > dot.gif
 8ExpandedSubBlockStart.gifContractedSubBlock.gifv\:*         {dot.gif}{ behavior: url(#default#VML) }
 9ExpandedSubBlockStart.gifContractedSubBlock.gifo\:*         {dot.gif}{ behavior: url(#default#VML) }
10ExpandedSubBlockStart.gifContractedSubBlock.gif.shape       {dot.gif}{ behavior: url(#default#VML) }
11None.gif
style >
12 None.gif < xml >< o:shapedefaults  v:ext ="edit"  spidmax ="1027" />
13 None.gif xml >
14 None.gif head >
15 None.gif
16 None.gif < body >
17 None.gif
18 None.gif < v:oval  style ='position:absolute;left:84pt;top:43.5pt;width:26.25pt;height:26.25pt;  z-index:1' fillcolor ="#ff9" >
19 None.gif  < o:extrusion  v:ext ="view"  backdepth ="4in"  on ="t"  rotationangle ="80"
20 None.gif  viewpoint ="0,0"  viewpointorigin ="0,0"  skewangle ="0"  skewamt ="0"
21 None.gif  lightposition =",-10000" />
22 None.gif v:oval >
23 None.gif
24 None.gif body >
25 None.gif
26 None.gif html >
27 None.gif

以上是我搜集到关于滤镜的用法例子,欢迎大家留下更好的用法,^_^

转载于:https://www.cnblogs.com/lotuswlz/archive/2007/01/11/617683.html

你可能感兴趣的:(神奇的CSS样式)