How to get rid of menu numbers

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
dianeaya
New Member
New Member
Posts: 4
Joined: Sun Jul 06, 2008 10:28 am

How to get rid of menu numbers

Post by dianeaya »

I am wondering how to get rid of the numbers on the menu system?  Using the cssmenu.tpl.  Thanks!
Ziggywigged
Power Poster
Power Poster
Posts: 424
Joined: Sat Feb 02, 2008 12:42 am

Re: How to get rid of menu numbers

Post by Ziggywigged »

Add this to your css:

Code: Select all

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
or attach the Accessibility css to your template.
Take a penny, leave a penny.
RonnyK
Support Guru
Support Guru
Posts: 4962
Joined: Wed Oct 25, 2006 8:29 pm

Re: How to get rid of menu numbers

Post by RonnyK »

or attach the default "accessibility stylesheet", that has the logic inside and is also attached to the default templates...

Ronny
Post Reply

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