用CSS怎样画一个箭头图标,有哪些实现方法
Admin 2022-06-07 群英技术资讯 518 次浏览
1. CSS拾遗之图标
图标有三种制作方法:
fontawsome插件下载之后,解压,新版的与老版不一样。
2. html文件的目录结构
xxx project - app - s1.html - s2.html - css - commons.css - script - commons.js - plugin - fontawsome - bootstrap - ...
3. CSS拾遗之a包含标签
image默认是有个边框的,在chrom中没事,但是在IE Browser里面就会把边框显示出来,所以要将image标签的边框设为0.
<hedad> <style> img{ border: 0; } /* IE浏览器会产生边框,所以要将边框设为0 */ </style> </head> <body> <a href="wwww.baidu.com">lanxing</a> <a href="www.baidu.com"> <img sytle="height:300px;width:400px" src="wallpaper1.jpg" alt="lanxing"> <a> <body>
4. CSS拾遗之箭头画法
<style> .up { border-top: 30px solid green; border-right: 30px solid transparent; border-bottom: 30px solid transparent; border-left: 30px solid transparent; display: inline-block; } .down { border-top: 30px solid transparent; border-right: 30px solid transparent; border-bottom: 30px solid red; border-left: 30px solid transparent; display: inline-block; } .c1 { border: 30px solid transparent; border-top: 30px solid green; display: inline-block; margin-top: 40px; } .c1:hover { border: 30px solid transparent; border-bottom: 30px solid green; margin-top: 10px; } </style> </head> <body> <div class="up"></div> <div class="down"></div> <div style="height: 100px; background-color: red;"> <div class="c1"></div> </div> </body>
总结
免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:mmqy2019@163.com进行举报,并提供相关证据,查实之后,将立刻删除涉嫌侵权内容。
猜你喜欢
在css中,可以利用“font-style”属性去除em标签的斜体样式,该属性的作用就是定义字体的风格,当属性的值为“normal”时,字体显示为标准样式,也就是去除了斜体样式,语法为“em{font-style:normal;}”。
CSS框架开发有什么优点呢?有不少朋友对此感兴趣,下面小编给大家整理和分享了相关知识和资料,易于大家学习和理解,有需要的朋友可以借鉴参考,下面我们一起来了解一下吧。
这篇文章主要介绍了CCS中的margin:top塌陷问题,本文通过实例截图给大家介绍的非常详细,对大家的学习或工作具有一定的参考借鉴价值,需要的朋友可以参考下
这篇文章主要介绍了浅谈css阻断合并及其他影响的相关资料,小编觉得挺不错的,现在分享给大家,也给大家做个参考。一起跟随小编过来看看吧
css定位叠放次序的使用注意:1、值越大,定位元素在层叠元素中越高。2、若取值相同,则按书写顺序,后来居上。3、后面的数字一定不能加单位。4、定位盒子才有z-index属性。
成为群英会员,开启智能安全云计算之旅
立即注册Copyright © QY Network Company Ltd. All Rights Reserved. 2003-2020 群英 版权所有
增值电信经营许可证 : B1.B2-20140078 粤ICP备09006778号 域名注册商资质 粤 D3.1-20240008