After serious thinking Angelo wrote :
> Hi all,
>
[quoted text clipped - 32 lines]
>
> Angelo
A guess: is the "list-style-type:square;" overriding the
""list-style-image:url()" setting? Try it without the "square".
Hans Kesting
Angelo - 25 Apr 2008 16:22 GMT
Thanks for the reply, Hans. but I had already tried that. I have tried
it in the following ways with the same results: image just doesn't
show.
METHOD 1
---------------------
list-style-type:none;
list-style-image:url('images/arrow.gif');
list-style-position: outside;
METHOD 2
---------------------
list-style-type:square;
list-style-image:url('images/arrow.gif');
list-style-position: outside;
METHOD 3
---------------------
list-style: none url('images/arrow.gif') outside;
METHOD 4
---------------------
list-style: square url('images/arrow.gif') outside;
I was wondering if the asp.net order of rendering had anything to do
with it. But not sure if that would matter.
Angelo
On Apr 24, 7:31 am, Hans Kesting <invalid.han...@spamgourmet.com>
wrote:
> After serious thinking Angelo wrote :
>
[quoted text clipped - 40 lines]
>
> - Show quoted text -