Click to See Complete Forum and Search --> : Positioing of text in IE and firefox different


Noodle7
09-13-2006, 06:36 AM
Hi
Two question s
1. How do I put an image as a bullet in a list ?
2. I have a div which is the nav bar(transparent) can see the background image and the text(menu) in IE it goes right to the top of the DIV and in firefoxit looks fine

check out www.africanmob.com/indexnew.htm how do I fix that ??
I tried <br> but it don't look good in firefox then?

KDLA
09-13-2006, 08:12 AM
1. use "list-style-image:" http://www.w3schools.com/css/pr_list-style-image.asp
(One thing, this is buggy in Fx; add display: list-item, too.)

2. Add some top padding to the div - that might help.

KDLA