加载中…
个人资料
  • 博客等级:
  • 博客积分:
  • 博客访问:
  • 关注人气:
  • 获赠金笔:0支
  • 赠出金笔:0支
  • 荣誉徽章:
正文 字体大小:

DW中hr的属性详解

(2011-12-14 17:37:13)
标签:

asp属性详解

hr的属性详解

html属性

it

同样,有关于<hr>的基本属性我们在这里也不详细说相信各位都是相当的熟悉了!我们继续了解一些容忽略的属性和用法:

1、size线段粗细的设置

eg、<HR SIZE=5>

2、width线段的长度的设置

eg、<hr width=950>

3、align线段排列的设置

  center(居中)

  left(左对齐)

  right(右对齐)

4、noshade无阴影设置(实心线段)

 

5、none:无样式

eg、

6、dotted:点线

eg、<hr  style="border: dotted"/>

7、dashed:虚线

eg、<hr  style="border: dashed"/>

8、solid:实线;

eg、<hr  style="border: solid"/>

9、double:双线

eg、<hr  style="border: double"/>

10、groove:槽线

eg、<hr  style="border: groove"/>

11、ridge:脊线

eg、<hr style="border:ridge"  />

12、inset:内凹

eg、<hr style="border:ridge"  />

13、outset:外凸。

eg、<hr style="border:ridge"  />

14、两边渐变透明(最好设置颜色!)

 <hr style="filter:alpha(apacity=100,finishopacity=0,style=3)"  color="#FF0000" size="5"/>

15、纺锤形

<hr style="filter:alpha(apacity=100,finishopacity=0,style=2)"  color="#FF0000" size="5"/>

16、右边渐变透明

<hr style="filter:alpha(apacity=100,finishopacity=0,style=1)"  color="#FF0000" size="5"/>

17、左边渐变透明

<hr style="filter:alpha(apacity=100,finishopacity=100,style=1)"  color="#FF0000" size="5"/>

18、立体效果

<hr style="filter: progid:DXImageTransform.Microsoft.Shadow(color:#987cb9,direction:145,strength:15)" width="80%" color=#987cb9 SIZE=1>

0

阅读 收藏 喜欢 打印举报/Report
  

新浪BLOG意见反馈留言板 欢迎批评指正

新浪简介 | About Sina | 广告服务 | 联系我们 | 招聘信息 | 网站律师 | SINA English | 产品答疑

新浪公司 版权所有