Menu Numbering (list-style)

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Post Reply
Dipankar
Forum Members
Forum Members
Posts: 19
Joined: Wed May 09, 2007 4:51 am
Location: India

Menu Numbering (list-style)

Post 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  ???
Dipankar Banerjee
www.dbanerjee.com
Kolkata
cyberman

Re: Menu Numbering (list-style)

Post 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;
}
Dipankar
Forum Members
Forum Members
Posts: 19
Joined: Wed May 09, 2007 4:51 am
Location: India

Re: Menu Numbering (list-style)

Post by Dipankar »

Thanks a Lot "cyberman" .... your class worked out fine...!  :)

Dipankar
Dipankar Banerjee
www.dbanerjee.com
Kolkata
cyberman

Re: Menu Numbering (list-style)

Post by cyberman »

Oooh no, it's not my class ... honour to whom honour is due. It comes from CMSms default stylesheet :).
Post Reply

Return to “Layout and Design (CSS & HTML)”