相关疑难解决方法(0)

#和之间有什么区别?用CSS?

是什么区别#,并.用CSS?

#main
{
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
}


.main
 {
    background-color: #fff;
    _height: 1px; /* only IE6 applies CSS properties starting with an underscrore */
 }
Run Code Online (Sandbox Code Playgroud)

css

0
推荐指数
4
解决办法
353
查看次数

标签 统计

css ×1