页面效果显示问题
服务器环境如下
window server 2012R2
IIS+PHP+MYSQL
基于PHPCMS的一个网站
问题如下:
页面中的一个按钮,在浏览器急速模式下,不显示,在兼容模式下,是可显示的
同样的网站代码,在本地部署以后,不管在急速模式还是兼容模式,都是能看到按钮
按钮样式代码如下
<br />.glyphicon {<br /> position: relative;<br /> top: 1px;<br /> display: inline-block;<br /> font-family: 'Glyphicons Halflings';<br /> font-style: normal;<br /> font-weight: normal;<br /> line-height: 1;<br /> -webkit-font-smoothing: antialiased;<br /> -moz-osx-font-smoothing: grayscale;<br />}