![]() | |
![]() |
| | Thread Tools | Display Modes |
#11
| |||
| |||
|
|
.oO(Jon Fairbairn) David Trimboli <da... (AT) trimboli (DOT) name> writes: According to the HTML 4.01 Strict specification, the Start and Value attributes of OL and LI, respectively, have been deprecated (http://www.w3.org/TR/html401/struct/lists.html#h-10.2). I don't know how it can be done legally; I can't find anything in CSS that covers this either. look for section 12.4 Automatic counters and numbering in the css 2.1 document And the browser support for counters is ... OK, let's forget that. Mind you, I can't agree with the w3c that the number that lists start at is a purely presentational matter. Correct. That's why I use 'ul' and my own numbering if the numbers are important. Micha |
#12
| |||
| |||
|
|
On 18 Dec, 19:09, Michael Fesser <neti... (AT) gmx (DOT) de> wrote: .oO(Jon Fairbairn) Mind you, I can't agree with the w3c that the number that lists start at is a purely presentational matter. Correct. That's why I use 'ul' and my own numbering if the numbers are important. How do you use your own numbering? |
#13
| |||
| |||
|
|
If I need my own numbering I simply write them in the HTML as normal text, maybe wrapped into a 'span' to allow for a different styling: ul li>1. ...</li li>2. ... ul |
#14
| |||
| |||
|
|
Wed, 19 Dec 2007 02:49:01 +0100 from Michael Fesser <netizen (AT) gmx (DOT) de>: If I need my own numbering I simply write them in the HTML as normal text, maybe wrapped into a 'span' to allow for a different styling: ul li>1. ...</li li>2. ... ul But then you've got bullets *and* numbers, which looks dreadful. |
#15
| |||
| |||
|
|
Also, what's wrong with VK's suggestion of using <ol start="10">? |
#16
| |||
| |||
|
|
How does one generate numbers server side? And how do you switch off the bullets in a ul list? |
#17
| |||
| |||
|
|
.oO(Jon Fairbairn) David Trimboli <david (AT) trimboli (DOT) name> writes: According to the HTML 4.01 Strict specification, the Start and Value attributes of OL and LI, respectively, have been deprecated (http://www.w3.org/TR/html401/struct/lists.html#h-10.2). I don't know how it can be done legally; I can't find anything in CSS that covers this either. look for section 12.4 Automatic counters and numbering in the css 2.1 document And the browser support for counters is ... |
|
OK, let's forget that. |
|
Mind you, I can't agree with the w3c that the number that lists start at is a purely presentational matter. Correct. That's why I use 'ul' and my own numbering if the numbers are important. |
#18
| |||
| |||
|
|
.oO(Stan Brown) Wed, 19 Dec 2007 02:49:01 +0100 from Michael Fesser <neti... (AT) gmx (DOT) de>: If I need my own numbering I simply write them in the HTML as normal text, maybe wrapped into a 'span' to allow for a different styling: ul li>1. ...</li li>2. ... ul But then you've got bullets *and* numbers, which looks dreadful. The bullets can easily be removed with CSS. How it looks without CSS doesn't matter as long as the numbers are there. Micha |
#19
| |||
| |||
|
|
On Dec 19, 3:23 am, Dave Rado <dave.r... (AT) dsl (DOT) pipex.com> wrote: Also, what's wrong with VK's suggestion of using <ol start="10">? There is nothing wrong in that, "type" and "start" attributes or <ol element are properly supported by all browsers from the most old ones (NN3/IE3 at least) to the most recent ones. Simply some people in this group do hate these attributes with passion out of theoretical reasons. P.S. In my first post "IE up to IE6 has different interpretation of li value="123">" should be "IE before IE6 has different interpretation of <li value="123">" |
#20
| |||
| |||
|
|
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. |
![]() |
| Thread Tools | |
| Display Modes | |
| |