CSS menu numbers, how to remove them

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
izzysanime

CSS menu numbers, how to remove them

Post by izzysanime »

HI, Like many suggested and I realize, the numbers in my menus need to go.  I'm using the CSS menu.  How do i take them out?

my site is www.wareriver.com

thanks
Josh
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CSS menu numbers, how to remove them

Post by Dr.CSS »

dfn {
  position: absolute;
  left: -1000px;
  top: -1000px;
  width: 0;
  height: 0;
  overflow: hidden;
  display: inline;
}
Pierre M.

Re: CSS menu numbers, how to remove them

Post by Pierre M. »

Why not just display:none ?

PM, CSS noob
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CSS menu numbers, how to remove them

Post by Dr.CSS »

That works also... but I'm not sure if it messes with screen readers for the blind...
Pierre M.

Re: CSS menu numbers, how to remove them

Post by Pierre M. »

Accessibility ! ok.
I don't know either, but thank you for your explaination.

PM
izzysanime

Re: CSS menu numbers, how to remove them

Post by izzysanime »

OOO, i almost forgot too, can i make a transparent menu out of the menu?

and thanks again
izzysanime

Re: CSS menu numbers, how to remove them

Post by izzysanime »

ok, i add it to the stylesheet.  now i get it

i still want to know if i can make the menus transparent.
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CSS menu numbers, how to remove them

Post by Dr.CSS »

menus transparent.??

If you don't have a background color you should just see text...
izzysanime

Re: CSS menu numbers, how to remove them

Post by izzysanime »

well, i was going to show you an example, but the site has been changed back do to issues.  http://www.mbta.com 
The idea is the menu I currently use has the color, but its transparent., does that make sense?
User avatar
Dr.CSS
Moderator
Moderator
Posts: 12711
Joined: Thu Mar 09, 2006 5:32 am

Re: CSS menu numbers, how to remove them

Post by Dr.CSS »

izzysanime

Re: CSS menu numbers, how to remove them

Post by izzysanime »

yes!
Locked

Return to “CMSMS Core”