>> 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.


-- 

Tom Livingston | Senior Front-End Developer | Media Logic |
ph: 518.456.3015x231 | fx: 518.456.4279 | mlinc.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