Click here to Skip to main content
15,884,836 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have an image (bul.png) in an un-ordered the image can only be seen when using internet explorer web browser only.

here is my source code:

HTML
<ul style="list-style-image: removed('images/bul.png'); text-align:left; line-height: 0.5cm; padding-removed20px;"> 
        <li>List Item One</li>
        <li>List Item Two</li>
        <li>List Item Three</li>

</ul>



Please does anyone know what might be the cause? thanks in advance.
Posted
Updated 9-Feb-12 22:45pm
v3

1 solution

try
CSS
list-style-image:url('images/bul.png');
 
Share this answer
 
v2
Comments
Uwakpeter 14-Feb-12 12:04pm    
I have tried this also, but still did not work.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900