Back Home

Open Designs

Community. Driven.

    •  
      CommentAuthorperthmetro
    • CommentTimeJun 21st 2008
     
    I'm trying to make MF5 imageless, but I can't get the sidebar lists to display the bullet symbols

    Any help greatly appreciated
    • CommentAuthorfernbap
    • CommentTimeJun 21st 2008
     
    it must have somewhere
    list-style: url(...);
    or list-style: none;
    somewhere in the CSS. Remove that.
  1.  
    #sidebar ul {
    list-style-type: disc;
    }
    •  
      CommentAuthorperthmetro
    • CommentTimeJun 21st 2008
     
    all your suggestions should make it work,. but they don't? I tried all that before i posted too - very weird????
    •  
      CommentAuthorperthmetro
    • CommentTimeJun 21st 2008
     
    this fixed it:

    list-style-position:inside;
    •  
      CommentAuthorperthmetro
    • CommentTimeJun 21st 2008
     
    or more to the point...

    /* SIDE MENU #2 */
    .sidemenu2 {clear:both; margin:0; padding:0;}
    .sidemenu2 ul {margin:-3px 0 10px 0; padding:0 20px 0 20px; list-style-position:inside;}
    .sidemenu2 ul li { list-style: disc; margin:0; padding:3px 0 1px 12px; line-height:1.3em; font-size:131% !important /*Non-IE6*/; font-size:115% /*IE6*/;}