Re: [css-d] List-style-type in IE

2009-03-27 Thread Mike Davies
On Thu, 2009-03-26 at 11:16 -0700, Mark Senff wrote: --- On Thu, 3/26/09, Mike Davies m...@integrawebdesign.co.uk wrote: I am trying to remove the bullets from an unordered list, which works fine in Firefox using list-style-type:none;. But this doesn't appear to be supported by IE and the

Re: [css-d] List-style-type in IE

2009-03-27 Thread Climis, Tim
This seems to remove the bullet but the indent remains as though the bullet still exists. I haven't looked at the page to verify/test, but FF does the indents with padding, while IE does it with a margin. It sounds like you might be running into that. ---Tim

Re: [css-d] List-style-type in IE

2009-03-27 Thread Mark Senff
--- On Fri, 3/27/09, Mike Davies m...@integrawebdesign.co.uk wrote: ul,li { list-style-type: none; list-style-position: outside; } The list-style-position should help there. This seems to remove the bullet but the indent remains as though the bullet still exists.

[css-d] List-style-type in IE

2009-03-26 Thread Mike Davies
Hi, I am trying to remove the bullets from an unordered list, which works fine in Firefox using list-style-type:none;. But this doesn't appear to be supported by IE and the lists are showing either with the bullet or with an indent. See the left-hand side links on

Re: [css-d] List-style-type in IE

2009-03-26 Thread JWN
Afternoon Mike You wrote Hi, I am trying to remove the bullets from an unordered list, which works fine in Firefox using list-style-type:none;. But this doesn't appear to be supported by IE and the lists are showing either with the bullet or with an indent. See the left-hand side links

Re: [css-d] List-style-type in IE

2009-03-26 Thread Mark Senff
--- On Thu, 3/26/09, Mike Davies m...@integrawebdesign.co.uk wrote: I am trying to remove the bullets from an unordered list, which works fine in Firefox using list-style-type:none;. But this doesn't appear to be supported by IE and the lists are showing either with the bullet or with an