AutoCAD 3DMAX C语言 Pro/E UG JAVA编程 PHP编程 Maya动画 Matlab应用 Android
Photoshop Word Excel flash VB编程 VC编程 Coreldraw SolidWorks A Designer Unity3D
 首页 > css教程

css在不同浏览器中的唯一标识以height属性为例

51自学网 http://www.wanshiok.com
css,浏览器,唯一标识
复制代码
代码如下:

height:73px; /*正常浏览器*/
[;height:50px;] /* chrome */
-moz-height:73px; /*firefox*/
_height:73px; /*IE6*/
*height:73px; /*IE7*/
height:73px/9; /*IE8*/

css,浏览器,唯一标识  
上一篇:background和background-Color的区别介绍  下一篇:瀑布流布局的两种实现方式:传统多列浮动和绝对定位布局