Re: [WSG] Still need help with the list style

2005-01-03 Thread Charles Martin
Ted Drake wrote: Does anyone have an idea why the background bullets keep appearing on this navigation bar? Try applying the list-item-style property to the UL element. I had this problem before and it seems to prefer this option apply to the whole list and not just a single LI element.

Re: [WSG] Still need help with the list style

2005-01-03 Thread Charles Martin
Charles Martin wrote: Try applying the list-item-style property to the UL element. I had this problem before and it seems to prefer this option apply to the whole list and not just a single LI element. Whoa... where did I get *that* property name from? However, I did notice that my references

Re: [WSG] Still need help with the list style

2005-01-03 Thread Paul Connolley
On 3 Jan 2005, at 21:53, Ted Drake wrote: #rlcategories li {list-style:none !important; margin:0; padding:0; display:block;} Try using list-style-type : none as opposed to the shorthand property which expects three values. !important may, and should, not be necessary if you have used logical

Re: [WSG] Still need help with the list style

2005-01-03 Thread Paul Connolley
On 3 Jan 2005, at 22:38, Paul Connolley wrote: Notwithstanding any bugs in the browsers, that is. Which is the problem anyway. Specifying a list item element to have display : block means that no glyph should be rendered and that it should be just a box. Being overly explicit is for the benefit