Problem with menu

For questions and problems with the CMS core. This board is NOT for any 3rd party modules, addons, PHP scripts or anything NOT distributed with the CMS made simple package itself.
Locked
rockarena666

Problem with menu

Post by rockarena666 »

Hello everyone,

I'm new to using cmsmadesimple, I just installed it and I encountered a first problem. It's a small problem actually. When I add a new page to my site, the site menu get's adjusted which is a good thing but right in front of the menu link a number get's posted. I now have something like this:

1: Home
2: something else
3: something else

Can I adjust it so that these numbers do not get shown?

Edit: sorry I just found out that there are menu templates :-) So I need to import a template to the database and adjust it there in order to get rid of those numbers? Right?
Last edited by rockarena666 on Thu Mar 29, 2007 9:09 pm, edited 1 time in total.
User avatar
Nullig
Power Poster
Power Poster
Posts: 2380
Joined: Fri Feb 02, 2007 4:31 pm

Re: Problem with menu

Post by Nullig »

Make sure you have the accessibility stylesheet attached to your template. It should include the following:

Code: Select all

dfn {
   position: absolute;
   left: -1000px;
   top: -1000px;
   width: 0;
   height: 0;
   overflow: hidden;
   display: inline;
}
which hides the numbers.

Nullig
10010110

Re: Problem with menu

Post by 10010110 »

rockarena666 wrote: Edit: sorry I just found out that there are menu templates :-) So I need to import a template to the database and adjust it there in order to get rid of those numbers? Right?
Yes, either with CSS or you edit the template directly and remove the dfns with their content.
Locked

Return to “CMSMS Core”