[thelist] CSS Bullet Problems...

Olly Hodgson gnarly at gmx.co.uk
Wed Sep 5 19:20:08 CDT 2001


Hi all,

Remember a while back I was having bullet point problems? I thought I had
solved it with CSS code, but was unable to test it with NS4 at the time. I
have finally got the page working in NS4 only to discover that the bullets
show up all wrong:

http://www.btinternet.com/~flamingo.lounge/bullet-problem.jpg

Its like they have a blockquote around them (they dont). The CSS code I have
used is thus:

li
{
margin: 0px 0px 0px 5px;
padding: 0px 0px 0px 5px;

list-style-type: disc;
list-style-position: outside;
}
ul
{
margin: 0px 0px 0px 5px;
padding: 0px 0px 0px 5px;
list-style-type: disc;
list-style-position: outside;
}

Any ideas what I can do to solve the problem?

Olly
- www.gnarly.f2s.com -





More information about the thelist mailing list