-
IE7,8中顯示圓角效果查看全部
-
虛線的有趣數(shù)據(jù)查看全部
-
上下梯形做圓角查看全部
-
border-color默認(rèn)是color的設(shè)置 <!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突破可視區(qū)域查看全部
-
透明border突破可視區(qū)域查看全部
-
給圖片賦色查看全部
-
復(fù)選框1查看全部
-
方框1查看全部
-
solid三角查看全部
-
div內(nèi),border-color即是color查看全部
-
border三段式查看全部
-
border-width 常用默認(rèn)值查看全部
-
<!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>無標(biāo)題文檔</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 隱身查看全部
舉報(bào)
0/150
提交
取消