On Mon, 1 Feb 2016 13:17:18 -0500
Tom Livingston <tom...@gmail.com> wrote:

> On Mon, Feb 1, 2016 at 12:41 PM, D'Arcy J.M. Cain
> <da...@vybenetworks.com> wrote:
> > On Mon, 1 Feb 2016 12:07:12 -0500
> > Tom Livingston <tom...@gmail.com> wrote:
> >> Anyone have a resource for handling site navigation with submenu
> >> dropdowns, either CSS-only or otherwise, and accounts for touch?
> >
> > Check sites that do what you want.  http://www.VybeNetworks.com/ is
> > an example of CSS only drop down menus with sub-menus.  View the
> > source to see how it is done.  It's actually pretty simple.
> 
> Did you dev this site? If so, 2 questions.

I did.

> What's keeping the sub menu visible when you mouse down into it, as
> the containing LI doesn't remain around it (as seen by using the
> web-inspector in Chrome)?

I believe that it is this:

NAV UL LI:hover > UL { 
  display: block; 
} 

Not sure what you mean by "the containing LI doesn't remain around
it".  The secondary UL is part of the LI.

> What happens if someone's touch device doesn't trigger the menu?

I don't know.  I haven't found a device where the touch doesn't work.
I have only tried iPhone and Android.  What device are you thinking of?

-- 
D'Arcy J.M. Cain
Vybe Networks Inc.
http://www.VybeNetworks.com/
IM:da...@vex.net VoIP: sip:da...@vybenetworks.com
______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to