Support Article
Menus in navigation rules appear upward of navigation rule
SA-13182
Summary
Menus present in navigation rules appear upward of navigation rule. However, the menus must appear on the downward side.
Error Messages
Not Applicable
Steps to Reproduce
1. Create a menubar or navigation rule and configure it to display menus as Horizontal.
2. Include it in a section and then run the section.
3. Click the menubar to see the menus present in it.
Root Cause
The root cause of this problem is a defect in custom application code/rules. There was a wrong configuration in design.
Resolution
This issue is resolved through the following local-change:
1. Change the display mode of menus from Horizontal to Vertical.
2. Use the below CSS to put the underline on MenuBar text.
<style>
TBODY.cpm-menuBar TD.middleBack{
text-decoration: underline !important;
}
</style>
Published August 27, 2015 - Updated October 8, 2020
Have a question? Get answers now.
Visit the Collaboration Center to ask questions, engage in discussions, share ideas, and help others.