Page 1 of 1

How to get rid of menu numbers

Posted: Sun Jul 06, 2008 1:06 pm
by dianeaya
I am wondering how to get rid of the numbers on the menu system?  Using the cssmenu.tpl.  Thanks!

Re: How to get rid of menu numbers

Posted: Sun Jul 06, 2008 2:27 pm
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.

Re: How to get rid of menu numbers

Posted: Sun Feb 08, 2009 4:27 pm
by RonnyK
or attach the default "accessibility stylesheet", that has the logic inside and is also attached to the default templates...

Ronny