Hello, I think it has to do with the CSS styles you use for the menu. I believe the popup menu should be drawn with position absolute, and appropriate z-index to appear above the rest of the layers. In this case it should not be cut off by the panel. Jeremie 2010/3/15 Meng Wu <[email protected]>
Hey,
I'm trying to implement a vertical dropdown menu on one of my panels using CSS, but the extended popout submenu that appears on the side when the cursor hovers over the link gets cut off by the edge of the panel, so most of my submenu doesn't show up. This happens because the menu and submenu are part of the Panel document (SpaceLinks), so the extended submenu can't appear out of this panel document. Has anyone encountered this problem before and is there a simple solution?
The source code for XWiki has this line of html for one of the already-existing dropdown menus of the Wiki:
<div class="topmenuentry dropdownmenuentry hasIcon" onmouseover="showsubmenu(this);" onmouseout="hidesubmenu(this);" id="tmWiki">
Does the solution have something to do with onmouseover? I'm stumped. Any help would be greatly appreciated.
Thanks,
Felix
_______________________________________________ users mailing list [email protected] http://lists.xwiki.org/mailman/listinfo/users