IE和Chrome样式兼容性问题


查询了资料这里总结一下:

text-indent: -1.5em; /* 所有浏览器都支持 */
text-indent: -1.5em !important; /* Firefox、IE7支持 */
_text-indent: -1.5em; /* IE6支持 */
*text-indent: -1.5em; /* IE6、IE7支持 */
+text-indent: -1.5em; /* IE7支持 */
text-indent: -1.5em\9; /* IE6、IE7、IE8、IE9支持 */
text-indent: -1.5em\0; /* IE8、IE9支持 */


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM