I have my "waffle" menu div hiding until viewport reaches max-width:
42.5rem, using display:none; in the desktop CSS, then using display:inline;
at 42.5rem

Is it adequate correct to apply same thing in reverse to just the header
nav ul? Or must I apply it also to all the children?

Something tells me that if the parent is hidden, the children are also
hidden (cascade) but I would like to make sure.

thank you,

John
______________________________________________________________________
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