I was wondering if anyone knew of the standard way to style Lists.
Whenever I style them, especially when I use my own bullet image, They
show up very different in each browser. The bullet in either up or
down, or further left or right, depending on the browser. Is there any
way to ensure my lists will look neat on all browsers?
Stephen Poley - 27 Aug 2006 10:07 GMT
>I was wondering if anyone knew of the standard way to style Lists.
>Whenever I style them, especially when I use my own bullet image, They
>show up very different in each browser. The bullet in either up or
>down, or further left or right, depending on the browser. Is there any
>way to ensure my lists will look neat on all browsers?
When you say the lists look very different in each browser, do you mean
they look *bad* in some browsers? If the appearance is different but
acceptable, then that is not a problem. If you have a problem with the
list appearance being unacceptable in a browser, or browsers, then
perhaps you could be more specific.

Signature
Stephen Poley
http://www.xs4all.nl/~sbpoley/webmatters/
Andrew - 27 Aug 2006 14:05 GMT
>I was wondering if anyone knew of the standard way to style Lists.
>Whenever I style them, especially when I use my own bullet image, They
>show up very different in each browser. The bullet in either up or
>down, or further left or right, depending on the browser. Is there any
>
>way to ensure my lists will look neat on all browsers?
Hi Evan,
Have you tried adding the background image to the <li> tag rather
than the <ul> tag? Listamatic describes this better than I can:
http://css.maxdesign.com.au/listutorial/master.htm
All the best,
Andrew.
--
*..· ´¨¨)) -:¦:-
¸.·´ .·´¨¨))
((¸¸.·´ .·´ -:¦:- *Andrew* -:¦:-
-:¦:- ((¸¸.·´*
TheEv - 29 Aug 2006 08:04 GMT
Hey thanks! That article is perfect!
Andy Dingley - 29 Aug 2006 18:21 GMT
> I was wondering if anyone knew of the standard way to style Lists.
There isn't. Some browsers do it by controlling padding, some use
margins.
So if you ever want to change behaviour from the default, then chances
are you ought to set _both_ padding and margin explicitly in your
stylesheet.