![]() | |
![]() |
| | Thread Tools | Display Modes |
#21
| |||
| |||
|
|
.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 |
#22
| |||
| |||
|
|
On 19 Dec, 15:17, Michael Fesser <neti... (AT) gmx (DOT) de> 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? Dave |
#23
| |||
| |||
|
|
On 19 Dec, 15:17, Michael Fesser <neti... (AT) gmx (DOT) de> 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? |
#24
| |||
| |||
|
|
.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 |
#25
| |||
| |||
|
|
Dave Rado <dave.r... (AT) dsl (DOT) pipex.com> writes: On 19 Dec, 15:17, Michael Fesser <neti... (AT) gmx (DOT) de> 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... (AT) cl (DOT) cam.ac.uk |
#26
| |||
| |||
|
|
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. See my mock-up and stylesheet in post 14. |
#27
| |||
| |||
|
|
(I'm reposting this reply because my previous attempt at posting it seems to have got lost in the ether for some reason). Just so you can see what I'm doing (wrong?), I've uploaded a mock-up of my attempt at implementing your suggestion, <a href="http://tinyurl.com/ 2b2uww">here</a>; and the stylesheet it's using is <a href="http:// tinyurl.com/26v5gh">here</a>. In my mock-up, the bullets are suppressed in Firefox but not in IE. |
#28
| |||
| |||
|
|
In my web page I have: ul class="numbering" li>test</li /ul In IE (but not in Firefox), the bullets are still displayed. I've uploaded a mock-up http://tinyurl.com/2b2uww |
#29
| |||
| |||
|
|
Dave Rado wrote: In my web page I have: ul class="numbering" li>test</li /ul In IE (but not in Firefox), the bullets are still displayed. I've uploaded a mock-up http://tinyurl.com/2b2uww Don't take this personally, but that's some ugly code you've got there. I didn't even try to weed through your CSS. All I will say is that IE handles margins and padding on lists differently than Firefox. Why don't you go for something simpler, and drop the legacy cruft? http://www.bergamotus.ws/samples/daverado.html -- Berg |
#30
| |||
| |||
|
|
Dave Rado <dave.r... (AT) dsl (DOT) pipex.com> writes: 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. See my mock-up and stylesheet in post 14. Um, you do realise that the numbers on the posts are relative to what server you are getting your news from and what you read last time you looked? |
|
Anyhow, the page at <http://tinyurl.com/2b2uww> (in post 36 where I'm looking at it) has no DOCTYPE declaration, so IE will go into quirks mode. Google for DOCTYPE and "quirks mode". Essentially, without a doctype, IE won't even attempt to follow standard behavior. |
![]() |
| Thread Tools | |
| Display Modes | |
| |