Re: Anyone enough free time to check an array file?

Steve Mercer <[email protected]> Tue, 5 Aug 2003 12:53:43 +1000
Newsgroups gmane.comp.web.milonic
Message-ID <a05210625bb54ca850049@[192.168.1.176]>
Rolf

Change this...

addmenu(menu=[
"Main",            // Menu Name
80,                // Menu Top - The Top position of this menu in pixels
132,               // Menu Left - The Left position of this menu in pixels
,                  // Menu Width - Menus width in pixels
0,                 // Menu Border Width

to this...

addmenu(menu=[
"Main",            // Menu Name
80,                // Menu Top - The Top position of this menu in pixels
132,               // Menu Left - The Left position of this menu in pixels
85,                // Menu Width - Menus width in pixels
0,                 // Menu Border Width

It looks like IE needs to have a menu width setting whereas NS does 
not care. I set it to 85 as this is how wide your slimmest graphic 
is. Setting this higher makes wider black bars between your graphics.




Best Regards





Steve

>My eyes are currently square from looking at the monitor all day staring at
>the array file.
>It seems I have a small error somewhere that makes the menu "invisible" on a
>Mac/IE.
>On a PC it shows fine, and in Camino/Mac it shows allright as well. Safari
>displays "something", but that's a known issue :)
>
>I thought before it might had to do something with the last setting, the
>0/1.. but now I know what it does it can't be that (I think)....
>
>If someone has some time... could he or she check my array file perhaps?
>The menu is here to test: http://www.jayvidies.com/menu_test/menu_test.php
>and the array is here: http://www.jayvidies.com/menu_test/mmenu_array.js