Forum Moderators: open

Message Too Old, No Replies

Resolution 800 or lower not working for netscape 7

         

rattu

1:14 pm on Sep 16, 2004 (gmt 0)

10+ Year Member



Iam working on a site, when i view in resolution 1024*768. The drop down menu(written in java) for the images work fine for both IE and NN. But when resolution is changed it is working fine for IE but doesn't work for NN. Please help..........
If you need any clarification then please PM me
Thanks..

tedster

1:35 pm on Sep 16, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Welcome to the forums, rattu.

First, can we assume the dropdowns are written in css+javascript (dhtml), rather than java?

And second, it would help a lot to know what "doesn't work" means in a bit of detail. Is the positioning off? Do the dropdowns not show at all?

And finally, do you see a problem when the window is resized to 800x600? Or are you loading the page on a machine that is already set at 800x600.

rattu

5:37 am on Sep 17, 2004 (gmt 0)

10+ Year Member



First of all thanks for the reply and with
1.The dropdown is written in java script and i also used css
2. The drop down menu if getting positioning off, the drop is showing in all resolution.
3.When I set resolution lower then 1024, this problem is occurring.

Thanks

[edited by: engine at 8:14 am (utc) on Sep. 17, 2004]
[edit reason] No urls, thanks. See TOS [webmasterworld.com] [/edit]

JAB Creations

9:48 am on Sep 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Is it possible your menu is wrapping? I've seen instances where javascript menus have some wierd placement issues if they are longer then the available height.

Gers menu is the best! :D

tedster

3:55 pm on Sep 17, 2004 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



First, we have a very good thread discussing a dhtml menu system:

[webmasterworld.com...]

You may either want to use this code as it is, or study it to see how you can make your existing code work more properly.

And second, check your CSS positioning rules for both the dropdowns and the original static menu items that appears on the page. If the dropdowns are positioned in relation to the main window (instead of the menu item that they expand) you can get into troubles when the resolution changes. This especially haunts web pages that are centered rather than aligned to the left.

rattu

12:29 pm on Sep 22, 2004 (gmt 0)

10+ Year Member



hi,
tedster, Thanks for u r suggestion. I solved the problem of the Netscape resolution by trapping the X-Y co-ordinates, and it working fine, but the problem Iam finding now is this.
I have to open a new browser window to get the effect of the change in the resolution, even if refresh I the page it doesn't show me the effect.Pls suggest how I can trap the change in resolution without opening a new window. And is there any other way around.
*Iam using image as a drop down-menu and using the java-script to display it.Using css for decoration purpose only....
Thanks in advance..