小三角的做法與使用_CSS/HTML

來源:互聯網
上載者:User
用DIV+CSS可以作出很多不同形狀的角形;以下我唯寫了幾個;CSS沒有最佳化;是為了讓大家看得更清一些;

以下是一些小三角的形狀:

這是第一個小三角的寫法:
複製代碼 代碼如下:#com_a{ border-top:10px solid #FFFFCC;border-left:10px solid #FF3300;border-bottom:10px solid #FFFFCC;}
以下是一些小三角;可以舉一反三;做出更多的;
<!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> <title>www.zishu.cn</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style> /*zishu.cn*/ *{ margin:0; padding:0; font-size:12px; font-family:Verdana, "宋體", Arial; line-height:1.8; list-style:none;} #info,#nav{ margin:50px; border:1px dashed #FF3300; background:#FFFFCC; padding:50px;} #info div{background:#FF0000; width:0px; height:0px; overflow:hidden; margin-bottom:10px;} /*一些三角的寫法*/ #com_a{ border-top:10px solid #FFFFCC;border-left:10px solid #FF3300;border-bottom:10px solid #FFFFCC;} #com_b{ border-top:10px solid #FFFFCC;border-right:10px solid #FF3300;border-bottom:10px solid #FFFFCC;} #com_c{ border-top:10px solid #FFFFCC;border-right:10px solid #FF3300;border-bottom:10px solid #FFFFCC;border-left:10px solid #FF3300;} #com_d{ border-top:10px solid #FF3300;border-right:10px solid #FFFFCC;border-bottom:10px solid #FF3300;border-left:10px solid #FFFFCC;} #com_e{ border-top:10px solid #FFFFCC;border-left:10px solid #FF3300;} #com_f{ border-top:10px solid #FF3300;border-right:10px solid #FFFFCC;border-left:10px solid #FFFFCC;} #com_g{ border-right:10px solid #FFFFCC;border-bottom:10px solid #FF3300;border-left:10px solid #FFFFCC;} #com_h{ border-top:10px solid #FF3300;border-bottom:10px solid #FF3300;border-left:10px solid #FFFFCC;} #com_i{ border-top:10px solid #FF3300;border-right:10px solid #FF3300;border-bottom:10px solid #FF3300;border-left:10px solid #FFFFCC;} </style> </head> <body> <h1>一些三角形的寫法</h1> </body> </html>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
以下是一個應用的執行個體:
<!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> <title>www.zishu.cn</title> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <style> /*zishu.cn*/ *{ margin:0; padding:0; font-size:12px; font-family:Verdana, "宋體", Arial; line-height:1.8; list-style:none;} #nav{ margin:50px; border:1px dashed #FF3300; background:#FFFFCC; padding:50px;} a:link,a:visited{color:#FF6600;text-decoration: none;} a:hover,a:active{ color:#FF0000;} #nav a span{overflow:hidden; border-top:6px solid #FFFFCC;border-left:6px solid #FFFFCC;border-bottom:6px solid #FFFFCC; height:0px; width:0px; margin:2px 2px 0 -10px; position:absolute} #nav a:hover span{background:#CC3300;border-top:6px solid #FFFFCC;border-left:6px solid #FF3300;border-bottom:6px solid #FFFFCC;overflow:hidden; float:left;} </style> </head> <body> <h1>應用的一個執行個體</h1> <ul> <li><span></span>子鼠首頁</li> <li><span></span>給我留言</li> <li><span></span>友情連結</li> <li><span></span>我的日誌</li> <li><span></span>音樂英語</li> </ul> </body> </html>
[Ctrl+A 全選 注:如需引入外部Js需重新整理才能執行]
在IE6和IE7還有FIREFOX還有OPERA都測試過!IE6更低的版本沒有測試!

  • 相關文章

    A Free Trial That Lets You Build Big!

    Start building with 50+ products and up to 12 months usage for Elastic Compute Service

    • Sales Support

      1 on 1 presale consultation

    • After-Sales Support

      24/7 Technical Support 6 Free Tickets per Quarter Faster Response

    • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.