Re: Can a numbered list start at something > 1?
- From: Dave Rado <dave.rado@xxxxxxxxxxxxx>
- Date: Wed, 19 Dec 2007 10:18:48 -0800 (PST)
On 19 Dec, 18:12, Jon Fairbairn <jon.fairba...@xxxxxxxxxxxx> wrote:
Dave Rado <dave.r...@xxxxxxxxxxxxx> writes:
On 19 Dec, 15:17, Michael Fesser <neti...@xxxxxx> wrote:
.oO(Dave Rado)
My original question really was asking *how* to remove the bullets
with css, especially if you are also using real bullets in the same
website.
'list-style-type'http://www.w3.org/TR/CSS21/generate.html#list-style
Micha
Hi Michael
That seems to work in Firefox but not in IE, when I try it. In my css
file, I have:
ul.numbering { list-style-type: none; list-style: none;}
In my web page I have:
<ul class="numbering">
<li>test</li>
</ul>
In IE (but not in Firefox), the bullets are still displayed. Am I
missing something out?
DOCTYPE? Quirks mode probably. There's not enough
information in what you've posted above to diagnose the
problem.
--
Jón Fairbairn Jon.Fairba...@xxxxxxxxxxxx
Hi Jon
See my mock-up and stylesheet in post 14.
Dave
.
- Follow-Ups:
- Re: Can a numbered list start at something > 1?
- From: Jon Fairbairn
- Re: Can a numbered list start at something > 1?
- References:
- Re: Can a numbered list start at something > 1?
- From: Evertjan.
- Re: Can a numbered list start at something > 1?
- From: David Trimboli
- Re: Can a numbered list start at something > 1?
- From: Jon Fairbairn
- Re: Can a numbered list start at something > 1?
- From: Michael Fesser
- Re: Can a numbered list start at something > 1?
- From: Dave Rado
- Re: Can a numbered list start at something > 1?
- From: Michael Fesser
- Re: Can a numbered list start at something > 1?
- From: Stan Brown
- Re: Can a numbered list start at something > 1?
- From: Michael Fesser
- Re: Can a numbered list start at something > 1?
- From: Dave Rado
- Re: Can a numbered list start at something > 1?
- From: Michael Fesser
- Re: Can a numbered list start at something > 1?
- From: Dave Rado
- Re: Can a numbered list start at something > 1?
- From: Jon Fairbairn
- Re: Can a numbered list start at something > 1?
- Prev by Date: Re: Can a numbered list start at something > 1?
- Next by Date: Re: Can a numbered list start at something > 1?
- Previous by thread: Re: Can a numbered list start at something > 1?
- Next by thread: Re: Can a numbered list start at something > 1?
- Index(es):
Relevant Pages
|