yeah, i know it's supposed to use left -9999px but the generated code in firefox still shows a style of display:none.
On Feb 4, 3:33 pm, amuhlou <amysch...@gmail.com> wrote: > like webdev_help said, what you would do is use position: absolute > with the left -9999px, then on hover you would do left:auto > > so something like #nav li ul {position: absolute; left: -9999px;} and > #nav li:hover ul {left: auto;} > > On Feb 4, 4:04 pm, "Wile E. Coyote" <yer....@gmail.com> wrote: > > > I don't want the menus to display none because of screen-readers. > > Where can I change this? I searched the code but I find nowhere that > > says anything about display:none. > > > Thanks