Microsoft
Software
Hardware
Network
Question : <li> not displaying list-style-image when using display:inline
heres my code
list-style-image:url("imag
es/arrow.g
if");
list-style-type:square;
display:inline;
when i remove the line "display:inline;" it will display the image list
i want to use inline display so that i will display as horizontal.
thanks
Answer : <li> not displaying list-style-image when using display:inline
list-style-image will not work nicely with display:inline;
Try to use float:left instead of display:inline
1: 2: 3:
list-style-image:url("images/arrow.gif"); list-style-type:square; float:left;
Random Solutions
why must an electric field be perpendicular to the surface?
Using modules in Access 2007
Peer to Peer printer sharing on Windows Server 2008
Adding blogger feed to Facebook page - still track Google analytics?
Bitmap Image Too Large
to optimise the case statement
How to delete *.dot files among *.dotm files with cmd script?
Write a batch file in windows and schedule it to copy certain files to Linux server?
SAN interconnection
volume shadow copy with NT4 Server