网页页面设计方案关键內容对视觉效果主要表现
公布关注度: ℃我想评价
三角形旋转的实际效果,大伙儿想来见过,这儿就把有关编码贴下,大伙儿能够运用哦,自然旋转实际效果临时不兼容IE 6 7 8。 1、纯CSS做下三角 编码以下: style type=text/css .rightdirection { width:0;heigh...
三角形旋转的实际效果,大伙儿想来见过,这儿就把有关编码贴下,大伙儿能够运用哦,自然旋转实际效果临时不兼容IE 6 7 8。
1、纯CSS做下三角
编码以下:
style type= text/css
.rightdirection
width:0;height:0;
line-height:0;
border-width:20px;
border-style:solid;
border-color:transparent transparent transparent #A9DBF6;
.bottomdirection
width:0;height:0;
line-height:0;
border-width:20px;
border-style:solid;
border-color: #A9DBF6 transparent transparent transparent;
.leftdirection
width:0;height:0;
line-height:0;
border-width:20px;
border-style:solid;
border-color: transparent #A9DBF6 transparent transparent;
.topdirection
width:0;height:0;
line-height:0;
border-width:20px;
border-style:solid;
border-color: transparent transparent #A9DBF6 transparent;
/style
div >
内容版权声明:除非注明,否则皆为本站原创文章。