本文介绍了IE 9 CSS Float问题!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
以下网页在IE 9中无法正常显示。
这似乎只是IE 9中的一个问题。
解决方案
这是IE9中的问题的修复:
li {list-style-position:inside;}
我想IE9没有列表项目符号里面。
修复这里:
The following web page is not showing properly in IE 9.
It seems to be only a problem in IE 9.
the list-style-image are over the image!
IE9
Firefox, Chrome, IE8, ...
EDIT: I know how to fix it! But I want to know what is really going on with IE9
Fixed: http://froyo.tv/test/index_fix.php
解决方案
This is a fix for the problem in IE9:
li{list-style-position: inside;}
I guess that IE9 doesn't have the list bullets "inside".
Se the fix here:
这篇关于IE 9 CSS Float问题!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!