FF下神秘的不起作用的CSS
我遇到个很诡异的问题,其实在半个月前就找到问题所在了,但是由于交由TS组去处理,所以,一直也没有记下来,今天做下记录吧.我们先来写个html页面,来方便测试:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html><head> <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> <link id="MainCss" type="text/css" rel="stylesheet" href="http://www.cnblogs.com/Skins/UandMe/style.css" /> <link type="text/css" rel="stylesheet" href="http://www.mio-tour.com.tw/style/style.css" /></head><body> aaaaaaaaa为了方便大家的测试<a href="#">ccccccccccccc</a></body></html> <div class="highlighter"><span class="tag" />
页:
[1]