文章分类 -  一起CSS - 青色's 研究

@Font-face 用法及全部浏览器支持的方法
摘要:@Font-face基本介绍::@font-face 是一个css2的一个语法,它允许你在网页上显示一个自定义的字体。即使客户机器上可以没有安装这种字体,网页也可以显示。 本文将介绍@font-face的基本用法,以及在所有浏览器都能使用的方法。@Font-face基本语法::@font-face{font-family:<a-remote-font-name>;src:<source>[,<source>]*;[font-weight:<weight>];[font-style:<style>];} 具体介绍请移步到这里:https 阅读全文

posted @ 2013-03-30 10:49 不马虎 阅读(290) 评论(0) 推荐(0)

用css消除button,selcet等控件选中时的虚线框
摘要:调查了很多资料,只有下面的这一种适合我input,button,a { outline:0 none !important; blr:expression(this.onFocus=this.blur());} !important 在这非常重要,提高级别,以防设置无效。 阅读全文

posted @ 2013-03-30 10:46 不马虎 阅读(105) 评论(0) 推荐(0)

导航