CONTEXT HELP |
---|
Frames Overlapping |
Usually menu in HTML document is seen only within containing frame, so to look properly all menu items should fit within the frame. With frames overlapping feature supported menu can overlap frame border and display its item over the document in other frame. The Dynamic HTML (DHTML) and Document Object Model (DOM) don't provide native support for this feature that's why this popular feature is not offered by most JavaScript menus. The elements menu is built of can't extend beyond the edge of the document they were created in. We solve the problem by creating the fragments of the menu in different frames and then synchronizing them so they look and act as one menu. This trick comes with some limitations that you should be aware of:
Above requirements only apply to documents in frames that menu will overlap (cover). This feature must be configured manually, it can't be configured via the visual interface this builder offers. |