Re: Anyone enough free time to check an array file?
Steve <[email protected]> Wed, 6 Aug 2003 10:13:43 +1000
| Newsgroups | gmane.comp.web.milonic |
|---|---|
| Message-ID | <a05210627bb55f856bde0@[192.168.1.176]> |
>Good day - > >Thanks for the tip Steve, gracias. >Does this do the trick for IE/Mac?! Yes, this fixes it for IE5/MacOS X 10.2.6 >Anyone available with one - do you see the menu at this url: >http://www.jayvidies.com/menu_test2/menu_test.php Yep - shows up fine. >Thanks for the help.. >Rolf > > > >the url for the one that doesn't display a thing on IE/Mac is: >http://www.jayvidies.com/menu_test/menu_test.php >This one seems to have a "bug", somewhere, in the array file... > > > 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. > > >> >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