-
IE7,8中显示圆角效果查看全部
-
虚线的有趣数据查看全部
-
上下梯形做圆角查看全部
-
border-color默认是color的设置 <!DOCTYPE html> <html> <head></head> <style> .add{ display: block; width: 100px; height: 100px; position: relative; color: #ccc; transition: color .25s; border: 1px solid; } .add:before { content: ""; width: 80px; position: absolute; left: 10px; top: 45px; border-top:10px solid; } .add:after { content: ""; height: 80px; position: absolute;; left: 45px; top: 10px; border-left: 10px solid; } .add:hover { color: #067; } </style> <body> <div > </div> <p></p> <a class="add" href="javascript:"></a> </body> </html>查看全部
-
透明border突破可视区域查看全部
-
透明border突破可视区域查看全部
-
给图片赋色查看全部
-
复选框1查看全部
-
方框1查看全部
-
solid三角查看全部
-
div内,border-color即是color查看全部
-
border三段式查看全部
-
border-width 常用默认值查看全部
-
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml"> <head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <title>无标题文档</title> </head> <style>.triangle{ width:0px; height: 0px; border:10px solid; border-color:red transparent transparent transparent;}</style> <body> <div><ul><li class="triangle"></li></ul></div> </body> </html>查看全部
-
transparent 隐身查看全部
举报
0/150
提交
取消