This image displays what's happening with the menu...Clicking the 'E' or the
'I' only highlights the letter and doesn't display the menu options.  I have
posted the code below.

http://www.nabble.com/user-files/189/menu.gif 
Added the forceId, didn't seem to change anything.  

Is there something wrong with the stylesheet?

Can someone post a 'working' css stylesheet.

Thanks.

<t:div id="hNav_outer" forceId="true">
                <t:panelNavigation2 id="nav1" layout="list" itemClass="off"
                        activeItemClass="on" openItemClass="on" 
renderAll="true">
                        <t:commandNavigation2 value="A" style="padding-left: 
0px;">
                                <t:commandNavigation2>
                                        <f:verbatim>&#8250; </f:verbatim>
                                        <t:outputText value="B" />
                                </t:commandNavigation2>
                                <t:commandNavigation2 
externalLink="http://www.irian.at";
                                        target="_blank">
                                        <f:verbatim>&#8250; </f:verbatim>
                                        <t:outputText value="C" />
                                </t:commandNavigation2>
                                <t:commandNavigation2>
                                        <f:verbatim>&#8250; </f:verbatim>
                                        <t:outputText value="D" />
                                </t:commandNavigation2>
                        </t:commandNavigation2>
                        <t:commandNavigation2 value="E" 
externalLink="http://www.yahoo.com";
                                target="_blank" />
                        <t:commandNavigation2 value="F" style="padding-left: 
150px;">
                                <t:commandNavigation2>
                                        <f:verbatim>&#8250; </f:verbatim>
                                        <t:outputText value="G" />
                                </t:commandNavigation2>
                                <t:commandNavigation2>
                                        <f:verbatim>&#8250; </f:verbatim>
                                        <t:outputText value="H" />
                                </t:commandNavigation2>
                        </t:commandNavigation2>
                        <t:commandNavigation2 value="I" 
externalLink="http://mail.yahoo.com";
                                target="_blank" />
                </t:panelNavigation2>
        </t:div>
-- 
View this message in context: 
http://www.nabble.com/Horizontal-Panel-Navigation---panelNavigation2-tf2035583.html#a5638417
Sent from the MyFaces - Users forum at Nabble.com.

Reply via email to