Page 1 of 1
CSS menu numbers, how to remove them
Posted: Mon Dec 11, 2006 2:19 am
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
Re: CSS menu numbers, how to remove them
Posted: Mon Dec 11, 2006 2:35 am
by Dr.CSS
dfn {
position: absolute;
left: -1000px;
top: -1000px;
width: 0;
height: 0;
overflow: hidden;
display: inline;
}
Re: CSS menu numbers, how to remove them
Posted: Tue Dec 12, 2006 10:09 pm
by Pierre M.
Why not just display:none ?
PM, CSS noob
Re: CSS menu numbers, how to remove them
Posted: Tue Dec 12, 2006 11:11 pm
by Dr.CSS
That works also... but I'm not sure if it messes with screen readers for the blind...
Re: CSS menu numbers, how to remove them
Posted: Tue Dec 12, 2006 11:33 pm
by Pierre M.
Accessibility ! ok.
I don't know either, but thank you for your explaination.
PM
Re: CSS menu numbers, how to remove them
Posted: Fri Dec 15, 2006 9:50 pm
by izzysanime
OOO, i almost forgot too, can i make a transparent menu out of the menu?
and thanks again
Re: CSS menu numbers, how to remove them
Posted: Fri Dec 15, 2006 10:31 pm
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.
Re: CSS menu numbers, how to remove them
Posted: Sat Dec 16, 2006 12:12 am
by Dr.CSS
menus transparent.??
If you don't have a background color you should just see text...
Re: CSS menu numbers, how to remove them
Posted: Sat Dec 16, 2006 1:49 am
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?
Re: CSS menu numbers, how to remove them
Posted: Sat Dec 16, 2006 7:25 am
by Dr.CSS
Re: CSS menu numbers, how to remove them
Posted: Sat Dec 16, 2006 5:02 pm
by izzysanime
yes!