This is my first contribution to this exelent forum!
I have a little problem with Safari 2.0.4 and the menus No 24 ”position by image”.
All my browsers (FireFox, IE for Mac, Netscape, Opera) is working in a right way BUT SAFARI is position the submenus -8 px to the left of the image and NOT in exactly the left down corner of the image, were the submenus shall be positioned. — Look at this:
This problem with Safari occurs ONLY on the "downloaded version" of this menu and NOT if I visit Milonic website and go to:
http://milonic.com/menusample24.php ---> = On Milonic website it is OK with SAFARI?
Is it possible to adjust the downloaded version so it work in this fine way that they show on there website?
Or write something like this in the <head> of the website: — IF safari visit this website THEN place the submenu 8px to the right

Here is my code for menu_data.js:
Code: Select all
fixMozillaZIndex=true; //Fixes Z-Index problem with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=3;
_subOffsetLeft=-3;
with(menuStyle=new mm_style()){
bordercolor="#5B5B5B";
borderstyle="solid";
borderwidth=2;
fontfamily="Verdana, Arial, Helvetica, sans-serif";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#FFEDC5";
offcolor="#414141";
onbgcolor="#FF9D59";
oncolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color=#777777', Direction=135, Strength=5)";
padding=6;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#2D729D";
separatorsize=1;
subimage="menuscript/arrow.gif";
subimagepadding=2;
clickbgcolor='#FFD99D';
itemwidth=222;
//screenposition="center";
//imageposition="left";
}
//HOME//
with(milonic=new menuname("Home")){
overflow="scroll";
style=menuStyle;
aI("text=Home: TPC Components AB;url=http://milonic.com/cbuy.php;");
aI("text=Home: TPC Narva OÜ;url=http://milonic.com/cbuy.php;");
aI("text=TPC Sitemap;url=http://milonic.com/cbuy.php;");
aI("showmenu=Download;image=menuscript/pdf_Transp.gif;text=Download pdf-files;");
}
//PRODUCTION//
with(milonic=new menuname("Production")){
style=menuStyle;
aI("text=Production info;url=http://milonic.com/cbuy.php;");
aI("text=Areas of Application;url=http://milonic.com/cbuy.php;");
aI("text=Finished Components Ready for Assembly;url=http://milonic.com/cbuy.php;");
aI("text=Our Metod in pictures;url=http://milonic.com/cbuy.php;");
//aI("showmenu=Our Metod;text=Our Metod in pictures;");
}
//RAPID PROTOTYPING//
with(milonic=new menuname("Rapid Prototyping")){
style=menuStyle;
aI("text=Rapid Prototyping;url=http://www.a-q.co.uk/;");
}
//TECHNICAL DATA//
with(milonic=new menuname("Technical Data")){
style=menuStyle;
aI("text=Technical Data info;url=http://milonic.com/cbuy.php;");
aI("text=Range of Materials;url=http://milonic.com/cbuy.php;");
aI("text=Very Close Tolerances;url=http://milonic.com/cbuy.php;");
aI("text=Cad/Cam;url=http://milonic.com/cbuy.php;");
aI("showmenu=Download;image=menuscript/pdf_Transp.gif;text=Download pdf-files;");
}
//QUALITY, ENVIRONMENT//
with(milonic=new menuname("Quality Environment")){
style=menuStyle;
aI("text=Quality Environment;url=http://milonic.com/cbuy.php;");
}
//CONTACT//
with(milonic=new menuname("Contact")){
style=menuStyle;
aI("text=Contact;url=http://milonic.com/cbuy.php;");
}
//EASY CONTACT//
with(milonic=new menuname("Easy Contact")){
style=menuStyle;
aI("text=Easy Contact form;url=http://milonic.com/cbuy.php;");
}
//DOWNLOAD//
with(milonic=new menuname("Download")){
style=menuStyle;
aI("text=TPC_ISO.pdf;url=http://milonic.com/cbuy.php;");
aI("text=TPC_Range_of_Materials.pdf;url=http://milonic.com/cbuy.php;");
aI("text=TPC_Very_Close_Tolerances.pdf;url=http://milonic.com/cbuy.php;");
aI("text=TPC_Cad_Cam.pdf;url=http://milonic.com/cbuy.php;");
aI("text=TPC_Logotype.pdf;url=http://milonic.com/cbuy.php;");
}
drawMenus();
I started to develop the menus first before I shall merge it into the website. This menu is inside an <table> tag possitioned by small transperant gif-files (6x25px). The gif-files are positioned in <td> tags to the left of the text. The text in the dark-blue areas shall I later design with CSS.
I hope You understand my Swedish/English.
Best Regards: Thord
