区分在IE与FF下input框的效果

2017-01-16 21:39:46

区分在IE与FF下input框的效果
9表示在IE下
.date_pick_input
{
    width: 100px;
    width:80px9;
    padding-top:0px;
    padding-top:3px9;
    padding-left:13px;
    height: 11px;
    height: 11px9;/*IE6、IE7、IE8*/
}


#div { color: #333; } /* ff */
* html #div { color: #666; } /* IE6 */
*+html #div { color: #999; } /* IE7 */

这是不理IE8的

指定文件兼容性模式

要为你的网页指定文件模式,需要在你的网页中使用meta元素放入X-UA-Compatible http-equiv 标头。以下是指定为Emulate IE7 mode 兼容性之范例。



  
  
   My Web Page


  

Content goes here.



*是IE下 的写法
style="float:left;margin-top:25px;*margin-top:25px;"

INPUT框显示为透明

发表评论:

Powered by PHP 学习者(mail:517730729@qq.com)

原百度博客:http://hi.baidu.com/ssfnadn

备案号:闽ICP备17000564号-1

开源中国 PHPCHINA