23 9 月, 2014
CSS样式表中的样式覆盖优先顺序
有时候在写CSS的过程中,某些限制总是不起作用,这就涉及了CSS样式覆盖的问题,如下 #navigator { height: 100%; width: 200; position: absolute; left: 0; border: solid 2 #EEE; } .curr […]
关注网站技术,一个特立独行的程序员
有时候在写CSS的过程中,某些限制总是不起作用,这就涉及了CSS样式覆盖的问题,如下 #navigator { height: 100%; width: 200; position: absolute; left: 0; border: solid 2 #EEE; } .curr […]