Is there a way using CSS to display the second level menu bottom up for the
items closer to the bottom.
Regards,
Sohail


I have done this with a third level flyout menu.

Assign a class to the flyout <ul> as:
     <ul class="outside_ref">
<li><a href="http://www.delweg.com/cppapers/cpsystem.htm"; target="_blank" title="Groundbed Design">Groundbed Design</a></li>
OTHER <li> DELETED FOR BREVITY
    </ul>

Then style that class like:
.menu ul ul ul.outside_ref{left:-16.3em; top:-10.6em; width:16.4em;}

Has been working fine for years.

Del


______________________________________________________________________
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