I have a problem with the list-style-image property in CSS with Internet Explorer 8
If I set
li {float: left; List-style-image: none; }
Each menu item is above each other. If I remove the list-style-image: None, they are fully deployed, but they have a dot image. (See image)
Comments
Post a Comment