CSS menu numbers, how to remove them
-
izzysanime
CSS menu numbers, how to remove them
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
my site is www.wareriver.com
thanks
Josh
Re: CSS menu numbers, how to remove them
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}
Re: CSS menu numbers, how to remove them
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
Accessibility ! ok.
I don't know either, but thank you for your explaination.
PM
I don't know either, but thank you for your explaination.
PM
-
izzysanime
Re: CSS menu numbers, how to remove them
OOO, i almost forgot too, can i make a transparent menu out of the menu?
and thanks again
and thanks again
-
izzysanime
Re: CSS menu numbers, how to remove them
ok, i add it to the stylesheet. now i get it
i still want to know if i can make the menus transparent.
i still want to know if i can make the menus transparent.
Re: CSS menu numbers, how to remove them
menus transparent.??
If you don't have a background color you should just see text...
If you don't have a background color you should just see text...
-
izzysanime
Re: CSS menu numbers, how to remove them
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?
The idea is the menu I currently use has the color, but its transparent., does that make sense?

