Page 1 of 1

[SOLVED] Horizontal menu item numbers - accessibility stylesheet

Posted: Wed Mar 04, 2009 2:36 pm
by Fraserm
Hi guys,

I'm brand new to CMSMS, in fact I only made the install this morning and already my site is nearly running! Why everyone hasn't abandoned all other CMSs and moved to this I don't know, it's superb! Anyway...

I've been implementing a horizontal drop down menu on my site, which i've done by using the cssmenu.tpl template. I'm in the process of customizing the CSS so that hopefully I can style the drop downs differently from the top level items. However, the menu items are all prepended with numbers.

I've read the documentation and it says the 'fix' is to associated the accessibility stylesheet to the default template (i'm using a custom template), but in my list of available stylesheets, accessibility isn't there.

Is there another way to stop these numbers being displayed? I'm using version 1.5.3

Thank you guys!

Fraser.

Re: Horizontal menu item numbers - accessibility stylesheet

Posted: Wed Mar 04, 2009 3:12 pm
by Fraserm
Solved by adding:

#primary-nav dfn {
        display: none
}

to the menu stylesheet.

As per the moderator's comments that moved my original post, if it has been asked that many times before, is it worth considering as a default within the menu's CSS?