随笔分类 -  CSS

DIV居中(水平&垂直)
摘要:Here is the CSS Snippet to be assigned to the DIV to be centered. The size of the DIV is100 x 100 px( same as the above example )./* CSS Document */.centered_div {width: 100px;height: 100px;position: ... 阅读全文
posted @ 2010-05-19 16:58 10cn.net 阅读(196) 评论(0) 推荐(0)
宝玉的CSS
摘要:http://blog.joycode.com/dotey/archive/2004/11/14/38877.aspx 阅读全文
posted @ 2006-11-27 13:19 10cn.net 阅读(189) 评论(0) 推荐(0)
【转帖】20个你未必知道的CSS技巧
摘要:也许你可以用得到。 阅读全文
posted @ 2006-06-14 10:07 10cn.net 阅读(305) 评论(0) 推荐(0)
CSS Filter 代替 图片 实现 渐变背景效果。
摘要:以前欲做一个渐变的背景,一般都是用图片。一次偶然发现用CSS Filter 可以实现相同的效果,而最重要的好处是它可以省去你去下载图片所使用时间。 阅读全文
posted @ 2006-06-01 11:25 10cn.net 阅读(1247) 评论(0) 推荐(0)