Please help me. Thanks

And the second question:
The menu is overlapping. Where can i change it?

Which files in need to update? I don´t want to make all renew...John wrote:Please first update your menu code to the current version (a requirement for support here on the forum). While you are only 3 levels down, a lot can be fixed in just 1 level.
I have update the code. ThanksJohn wrote:Also, you are not coded properly for a menu placed in a table cell. See http://milonic.com/tablemenu.php for instructions.
Let us know how this turns out. If necessary we'll continue from there.
Code: Select all
with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
position='relative';
aI("text=Home;url=/;itemwidth=40px;");
//aI("showmenu=mittendrin;text=Mittendrin;");
aI("showmenu=partners;text=Bundesliga;itemwidth=90px;");
aI("showmenu=zweite;text=2. Liga;itemwidth=70px;");
aI("text=Tippspiel;url=/lmo4/lmonew.php?action=tipp;itemwidth=70px;");
//aI("showmenu=community;text=Community;");
}
drawMenus();
Code: Select all
with(milonic=new menuname("Main MenuRight")){
alwaysvisible=1;
orientation="vertical";
style=menuStyle;
position='relative';
aI("image=all-inkl_logo_small_115x23.gif;url=http://www.all-inkl.com/index.php?partner=135950;target='blank';onbgcolor=#aa0000;");
}
drawMenus();
Code: Select all
<TABLE cellSpacing=0 cellPadding=0 width="100%" id=milmenu>
<TBODY>
<TR height=35>
<TD style="BACKGROUND-COLOR: #aa0000! important;" vAlign=top align=left>
<!-- The next file contains your main menu left side data, links -->
<script type="text/javascript" src="table_main_left.js"></script>
</TD>
<TD style="BACKGROUND-COLOR: #aa0000! important" vAlign=top align=right>
<!-- The next file contains your main menu right side data, links -->
<script type="text/javascript" src="table_main_right.js"></script>
</TD></TR></TBODY></TABLE><!-- **** JavaScript Menu HTML Code -->
Same as subscribing to any other topic. In this case, go to http://milonic.com/forum/viewforum.php?f=18 and click the 'Subscribe forum' link on the left side just above the first message listing.fcefan wrote:PS: Can i be notified if a new version is available?
No i am logged in! There is no link like "Subscribe forum". Do you use ff? then you can zoom the picture. It´s the full capture of the site.John wrote:You could also just go back to the 'Board index' and select the 'Product Updates' topic, then subscribe as above.
I didn´t know that i must change the position of the menu_data.js. Now it works fine. Thanks a lot for help!Ruth wrote:Hi,
You have moved the menu data file into the table from its position up with the milonic_src.js and mmenudom.js. It doesn't go in the table, only the 'main' menus go into the table as I posted above. The menu_data.js without the main menu in it goes up at the top just like previously.
Ruth
Here This is the direct link to the image http://img3.imagebanana.com/img/al2407/where.jpgRuth wrote:The only image I get is the thumbnail, there seems to be no full sized anywhere that I can find. When I try to use the url for the 'regular' image it redirects to a page with the banana logo. When I download the image I only get the thumb, of course.
I have IE6 set so that I can switch from the thumb to the 'real' size but it doesn't give me that option with this image
You can't zoom in enough to see that shot clearly, but, as mentioned, it still appears, as mentioned, you did not log back into the forum (it doesn't matter if you were logged in before you clicked the link). Obviously a bug in the forum code.fcefan wrote:No i am logged in! There is no link like "Subscribe forum". Do you use ff? then you can zoom the picture. It´s the full capture of the site.John wrote:You could also just go back to the 'Board index' and select the 'Product Updates' topic, then subscribe as above.