How to get rid of menu numbers
How to get rid of menu numbers
I am wondering how to get rid of the numbers on the menu system? Using the cssmenu.tpl. Thanks!
-
Ziggywigged
- Power Poster

- Posts: 424
- Joined: Sat Feb 02, 2008 12:42 am
Re: How to get rid of menu numbers
Add this to your css:
or attach the Accessibility css to your template.
Code: Select all
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}
Take a penny, leave a penny.
Re: How to get rid of menu numbers
or attach the default "accessibility stylesheet", that has the logic inside and is also attached to the default templates...
Ronny
Ronny

