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 lists are showing either with the bullet or
> > with an indent.
> >
> > See the left-hand side links on
> > http://www.deveron-arts.com/wb/pages/artists/david-blyth.php 
> >
> > How can I work round this?
> 
> In IE7 the first list seems OK, the second list has indented items.
> 
> Personally, I usually use these rules to reset all UL/LI tags:
> 
> ul,li {
>    list-style-type: none;
>    list-style-position: outside;
>    }
> 
> The list-style-position should help there.
> 
> (to be perfectly honest, I'm not sure if this is a 100% foolproof/valid/good 
> method, but I've never had problems with it)
> 
This seems to remove the bullet but the indent remains as though the bullet 
still exists.

      
-- 
Mike Davies
Integra Web Design, Rhynie, By Huntly, AB54 4LS
01464 861535            www.integrawebdesign.co.uk

______________________________________________________________________
css-discuss [cs...@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to