请问css中的#号 是什么意思?

初学web标准,查看了一些网站的源代码,发现#,不理解。举例如下,一般在dreamweaver中自动生成的css代码为.style1,.style2等等

今看到腾讯拍拍网 www.paipai.com 的页面定义

#content{margin:0 auto;width:760px;text-align:left}
#foot{clear:both;float:left;margin-top:20px;width:100%;text-align:center}
#foot_link{margin:7px auto;border-bottom:1px solid #D7D7D7;padding-bottom:4px;width:760px}
#foot_list{border-right:#FEBB46 4px solid;border-left:#FEBB46 4px solid}
#foot_list #td_1{border-right:#FEBB46 1px solid}
#foot_list #td_2{border-right:#FEBB46 5px solid}
#foot_list #td_3{border-left:#FEBB46 1px solid}

不知道#号是什么意思

第1个回答  2019-11-08
是一个IE的hack给你附上详解http://kiya.cn/2009/03/browser_css_hack_ie_ff/
第2个回答  2019-07-25
凑个热闹、既然有人回答了、我就不多说了、通配符
相似回答