Forum Moderators: not2easy
I am just wondering if anyone knows a workaround for the following problem.
I am displaying unordered list items on my page with a small image as a bullet. My problem is in Firefox the distance between the bullet and the text of the list item is perfect however in IE6 and possibly other versions the image that i use as a bullet is right on top of the text in the list.
I dont know if my explanation is great but maybe a makeshift diagram might help! The bullet image below is represented by ¦b¦ and the text of the list item is represented by ¦text¦.
Firefox:
¦b¦ ¦text¦
¦b¦ ¦text¦
¦b¦ ¦text¦
IE 6:
¦b¦¦text¦
¦b¦¦text¦
¦b¦¦text¦
Is there any way to ensure internet fishtrawler will display the bullets the same distance from the text as FF does?
Thanks in advance
Applying right padding or margin to the bullet image will determine the space between it and the li.
A vertical gap between the whole ul and content above/below may then be restored by adding margin/padding - though be aware of margin collapse.
[css.maxdesign.com.au...]