Ah I think I now what the issue is now. The problem is because your IFRAME as is isn't large enough to accommodate the sub menus when they are revealed to the right of the menu. Since there isn't enough room to the right to drop down the menu, the script right now drops the menu to the left of the main menu bar. If you look carefully at the left edge of the IFRAME, you'll see it. Or if you expand your IFRAME's height so there is enough room to the right, you can see the sub menus where you'd expect to see them:
Code:
<iframe src="demo2.htm" style='width:100%; height: 700px'></iframe>
Bookmarks