fischman_98 wrote: > > Having a lot of trouble getting then Horizontal PanelNavigation to work > like the irian example - > http://example.irian.at/example-simple-20060801/panelnavigation_4.jsf > http://example.irian.at/example-simple-20060801/panelnavigation_4.jsf > > The dynamic dropdown part is not dynamically displaying upon mouseover. > > I have cut and pasted the irian source and used the css. Can anyone post > some test code and css that they have working? > > Thanks. > > I am using the June 15 release tomahawk 1.1.3...and MyFaces 1.1.3. > >
Did you use forceId = "true" ? I.e.: <t:div id="hNav_outer" forceId="true"> .... I nedede this once the <t:div ...> is nested in others. Maybe it would make sense to change the default forceId setting of <t:div in general? Regards, Rolf Mertig -- View this message in context: http://www.nabble.com/Horizontal-Panel-Navigation---panelNavigation2-tf2035583.html#a5616877 Sent from the MyFaces - Users forum at Nabble.com.

