Okay, this works:

.page-189 .menu-item-210 ul { display: block !important;}

That points me in the right direction, but I'll probably still try to get rid of the JS, it's not really needed.

I'll report back when I get a final fix, thank you!

--
Debbie


On 8/1/2014 11:51 AM, Tom Livingston wrote:
For example, the "Small Apartment Package" has the class `page-189` on
the <body>, and the menu item <li> has the class `menu-item-210`.  In
this scenario, you would need something like:

.page-189 .menu-item-210 ul { display: block;}

Again, there are other considerations because you're showing/hiding with
javascript by adding inline styles (as opposed to adding classes and
dealing with the styling in a sheet), but this will hopefully get you
thinking along the right path.

Make sense?

Chris

Chris Rockwell


Along those lines, I'd opt for adding a class to the body (or a high
level wrapper) and adjust the styles of the menu to stay visible.
Changing the class per page.



---
This email is free from viruses and malware because avast! Antivirus protection 
is active.
http://www.avast.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