Page 1 of 1

Menu Numbering (list-style)

Posted: Tue May 15, 2007 6:06 pm
by Dipankar
Can any one suggest how to remove the Menu numbers.....  I am useing


  {menu template='cssmenu.tpl'}


i.e. removing the List-style .. I tried this out in the linked CSS file, still nothing is getting worked out.... any suggestion ?

thank you

Dipankar  ???

Re: Menu Numbering (list-style)

Posted: Tue May 15, 2007 7:29 pm
by cyberman
Add this to your stylesheet

Code: Select all

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}

Re: Menu Numbering (list-style)

Posted: Wed May 16, 2007 6:14 pm
by Dipankar
Thanks a Lot "cyberman" .... your class worked out fine...!  :)

Dipankar

Re: Menu Numbering (list-style)

Posted: Wed May 16, 2007 6:37 pm
by cyberman
Oooh no, it's not my class ... honour to whom honour is due. It comes from CMSms default stylesheet :).