存档

文章标签 ‘CSS’

[ZT]哆啦A梦告诉你目前各家浏览器对CSS3的支持状况

2010年5月16日 Galaxy 没有评论

http://www.cnbeta.com/articles/111225.htm
http://shopdd.blog51.fc2.com/blog-entry-932.html
http://blog-imgs-42-origin.fc2.com/s/h/o/shopdd/dora_css3.html

上面的图是某日本神人用 CSS3 画的。四个浏览里面 Chrome 的支持度最高,不仅圆角、阴影一应俱全,甚至连眼睛都还会动 @@。Firefox 3.6 次之,除了眼睛不会动之外都和 Chrome 相当,Opera 则是少了阴影。
阅读全文…

分类: Other Softs 标签: ,

[整理]用CSS自动缩小过宽图片

2010年2月21日 Galaxy 没有评论

简单说,如果要全局改,就是:

img {
	max-width: 600px;
	width: expression(this.width > 600 ? 600: true);
	height: auto;
}

对WP的主题,就是改style.css
阅读全文…

分类: HTML_CSS_JS 标签: , ,

[ZT]利用纯CSS创建折线图

2009年10月8日 Galaxy 没有评论

http://www.nethobo.com/2009/04/10/the-use-of-pure-css-to-create-line-graph/
http://cssglobe.com/post/4175/pure-css-line-graph

先占位,以后再编辑……

分类: HTML_CSS_JS 标签: ,
Locations of visitors to this page