thegeekymonkey
03-10-2005, 07:06 PM
As I am a new member on this forum, I would like to say 'hello' to everyone first.
I am currently designing a custom menu (which is triggered with the right mouse click). The problem is that the menu will only appear within the browser window, which is okay if the browser window is large enough to show the full menu. But when the window is resized to be smaller than the menu itself, part of the menu will be hidden (cut off) inside the browser window. I'm trying to make the menu so that it is able to be displayed outside of the browser window when the window size is too small to display the whole menu. Is there a method in javascript which can cause something to be displayed outside of the browser window? I have searched this forum but to no avail. Any help will be appreciated. Thank you.
---edit---
Or, I can display a popup window. I've tried this method also, but it doesn't look good. It doesn't look like an authentic menu because the popup window contains the title bar and the minimize, maximize, and close buttons at the top. I'm able to get rid of scrollbars, status bar, location bar, menu bar, etc but I just can't get rid of the title bar. Any suggestion on how to get rid of the title bar and the buttons at the top right corner?
I am currently designing a custom menu (which is triggered with the right mouse click). The problem is that the menu will only appear within the browser window, which is okay if the browser window is large enough to show the full menu. But when the window is resized to be smaller than the menu itself, part of the menu will be hidden (cut off) inside the browser window. I'm trying to make the menu so that it is able to be displayed outside of the browser window when the window size is too small to display the whole menu. Is there a method in javascript which can cause something to be displayed outside of the browser window? I have searched this forum but to no avail. Any help will be appreciated. Thank you.
---edit---
Or, I can display a popup window. I've tried this method also, but it doesn't look good. It doesn't look like an authentic menu because the popup window contains the title bar and the minimize, maximize, and close buttons at the top. I'm able to get rid of scrollbars, status bar, location bar, menu bar, etc but I just can't get rid of the title bar. Any suggestion on how to get rid of the title bar and the buttons at the top right corner?