IE 9 CSS Float问题! [英] IE 9 CSS Float problem!

查看:156
本文介绍了IE 9 CSS Float问题!的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

以下网页在IE 9中无法正常显示。



这似乎只是IE 9中的一个问题。



解决方案

这是IE9中的问题的修复:



li {list-style-position:inside;}



我想IE9没有列表项目符号里面。



修复这里:



http://jsfiddle.net/Nh3kf/40/


The following web page is not showing properly in IE 9.

It seems to be only a problem in IE 9.

http://froyo.tv/test/

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:

http://jsfiddle.net/Nh3kf/40/

这篇关于IE 9 CSS Float问题!的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆