Let the storm money come!

随笔分类 -  HTML

摘要:设一个 td 内有一个 span 你想换行后还能与 td 有2个像素的距离,光用 text-indent 是不行的。 text-indent 是首行缩进,可以整体缩进,或者局部缩进,用 padding-left 比较靠谱。 阅读全文
posted @ 2012-07-16 14:39 精密~顽石 阅读(379) 评论(0) 推荐(0) 编辑
摘要:如何写CSS Hack 比如要分辨IE6和firefox两种浏览器,可以这样写: <style>div{background:green;/*forfirefox*/*background:red;/*forIE6*/}</style><div>我在IE6中看到是红色的,在firefox中看到是绿色的。</div> [xml] view plaincopy<style>div{background:green;/*forfirefox*/*background:red;/*forIE6*/}</style><div& 阅读全文
posted @ 2012-06-12 14:53 精密~顽石 阅读(152) 评论(0) 推荐(0) 编辑
摘要:.disableIme{ime-mode:disabled;} 再引用这个样式就可以了;或者直接style属性。 阅读全文
posted @ 2010-08-12 17:00 精密~顽石 阅读(536) 评论(0) 推荐(0) 编辑
摘要:是由于 border-width 的影响,导致有些链接,如果是图片的话,那么图片外面会有一个蓝色的框,css样式: img {border-width: 0;}加到网页开头部分就可以了 阅读全文
posted @ 2010-03-09 09:31 精密~顽石 阅读(192) 评论(0) 推荐(0) 编辑

< 2025年3月 >
23 24 25 26 27 28 1
2 3 4 5 6 7 8
9 10 11 12 13 14 15
16 17 18 19 20 21 22
23 24 25 26 27 28 29
30 31 1 2 3 4 5
在通往地狱的路上,加班能使你更快到达。
点击右上角即可分享
微信分享提示