#1 can't help here, I know nothing about forms at all.
#3..The problem I think is that you are trying to display the menu in a table, but are only using the file instead of the method shown here
http://milonic.com/menusample.php?sampleid=9 What you need to do is put the 'mainmenu' actually in the table cell like this
Code: Select all
<TD align=right style="HEIGHT: 25px" vAlign=top
width=650>
<script>with(milonic=new menuname("Main Menu")){
openstyle="rtl";
style=menuStyletop;
alwaysvisible=1;
itemheight=23;
orientation="horizontal";
position="relative"
aI("url=index.php;text=òì äîùøã;");
aI("text=ôøåéé÷èéí;showmenu=0;");
aI("url=members.php;text=ëðéñú ì÷åçåú;");
aI("url=address.php;text=ëúåáú;");
aI("url=contact.php;text=öåø ÷ùø;");
aI("url=index.php?eng;text=English;");
}
drawMenus();</SCRIPT>
</TD>
Note the position="relative"; added to that section, and make sure you remove that whole menu from the menu_data.js file. Then in the head of the page where you have the code for the menu calls you would add the call for the menu_data.js file.
Code: Select all
<SCRIPT language=JavaScript src="milonic_src.js"
type=text/javascript></SCRIPT>
<SCRIPT language=JavaScript>
if(ns4)_d.write("<scr"+"ipt language=JavaScript src=mmenuns4.js><\/scr"+"ipt>");
else _d.write("<scr"+"ipt language=JavaScript src=mmenudom.js><\/scr"+"ipt>");
</SCRIPT>
<SCRIPT language=JavaScript src="menu_data.js"
type=text/javascript></SCRIPT>
The same thing has to be done on your english page. And, you could keep all the files together if you say named them hebrew_data.js and english_data.js. Just a thought
#2. I don't think you can do it like that. However, if you used images for your main menu items, you would have a specific width of the image for each item and could then code the submenu for that item with that width. You might have to fiddle with it because of the padding set and such.
Also, you should download the newer releases, there has been a newer 43, two 44 and we are on 45 now. So the milonic_src.js and mmenudom.js and mmenuns4.js have all been modified with bugs fixed and such.
Now I have a question, not that I Iknow that it makes a difference, but how come the url is listed before the text in the menu item? I've never seen that.
--**[Off the topic. But, I wonder how many visitors don't go to the site because they speak english but on entering they have to download the hebrew and have it installed? Many people just don't download stuff, they just leave. I was wondering if an entry page with say link to hebrew and link to english? Yes, they would be ask to download because the hebrew link would be in hebrew BUT they could read the english and click without a download. Not sure that it matters...I downloaded because I was trying to see the problem for the menu but I probably wouldn't have had I just reached the site on a search for something that gave your site as one of the results.]**--
Ruth