The following page does not display properly in IE 9.
This seems to be the only problem in IE 9.
http://froyo.tv/test/
The list style image is above the image!
IE9
Firefox, Chrome, IE8, ...
EDIT: I know how to fix this! But I want to know what happens with IE9
Fixed: http://froyo.tv/test/index_fix.php
I'm not sure why IE9 behaves differently, but you can fix it to work consistently:
margin-right: 30px
.image
width: 500px
.detail
width
float: left
Here's a simple reproduction of the problem.
This is the fix for the problem in IE9:
li {list-style-position: inside;}
I assume that IE9 does not have an "inside" list bullet.
Se fix here:
http://jsfiddle.net/Nh3kf/40/
Well, using Chrome, I see custom list images, IE9 does not handle list style. Instead of using it, try the following:li {background: url (your_image.jpg) in the center on the left;}
Source: https://habr.com/ru/post/885778/More articles:catalina.bat not working - javaIOS error in CFStringGetLength in CoreFoundation - iosF # programmatically works .fsx script file - scriptingError filling iframe in Facebook application - cssinstance variables in a stateless beans session - javabeansChanging the orientation of Android devices from the command line - androidWhat is the difference between OAuth and OAuth 2.0? - oauthInitialize scene in cocos2d with parameter - iosStatic vs Instance elements in stateless EJB - javaIs gcServer true by default for Windows server editions? - garbage-collectionAll Articles