头闻号

天津市钜华化工有限公司

综合性公司|化工产品加工

首页 > 新闻中心 > 科技常识:CSS Border属性制作小三角
科技常识:CSS Border属性制作小三角
发布时间:2024-09-22 03:39:06        浏览次数:1        返回列表

今天小编跟大家讲解下有关CSS Border属性制作小三角 ,相信小伙伴们对这个话题应该有所关注吧,小编也收集到了有关CSS Border属性制作小三角 的相关资料,希望小伙伴们看了有所帮助。

效果如下:

鼠标放上显示第二个的效果!这个不知道在哪里看的,转过来了,地址不记得了,感谢原作者<!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=gb2312"/> <title>em实现倒三角的提示效果-JS特效学院</title> </head> <style> <!-- #menu {width:500px;padding:0;margin:40px auto;list-style-type:none;display:<span href="https://www.aidi.net.cn//css/tag.php?name=tab"onclick="tagshow(event)"class="t_tag">tab</span>le;} #menu li {width:100px; float:left; line-height:30px} #menu a {position:relative;display:block; text-decoration:none; background:#cccccc;width:100px; } #menu a span {display:block; font-weight:bold;color:#000; border-style:solid;border-width:0px 2px 2px 0px; border-color:#fff #fff #06a #fff;text-align:center; }#menu a em {display:none;} #menu a:hover {background:#FF0000;}#menu a:hover span {color:#fff; } #menu a:hover em {display:block; overflow:hidden; border:6px solid #06a; border-color:#06a #fff; border-width:6px 6px 0 6px; position:absolute; left:50%; top:100%;margin-left:-6px;} --> </style> <body> <ul id="menu"> <li><a href="https:///"><span>M One</span><em></em></a></li> <li><a href="https:///"><span>M Two</span><em></em></a></li> <li><a href="https:///"><span>M Three</span><em></em></a></li> <li><a href="https:///"><span>M Four</span><em></em></a></li> </ul> </body> </html> 提示:您可以先修改部分代码再运行

来源:爱蒂网