Milonic provide full featured pull down web menus for some of the worlds largest companies
click here to see what it can do for you

Download Milonic DHTML Menu
Buy Milonic DHTML Menu

Back To Start Of Archive
Taken From The Forum: Help & Support for DHTML Menu Version 5+
Forum Topic: Click to view post
Last Updated: Saturday July 14 2012 - 06:07:17

Image-Link -> align=right?


Poster: fcefan
Dated: Monday August 4 2008 - 15:49:06 BST

Hi. How can i change that ONLY the image-link is at align=right? It dosn´t work with imagealign=right.

Please help me. Thanks

Image

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

Image

Re: Image-Link -> align=right?


Poster: Ruth
Dated: Tuesday August 5 2008 - 3:50:12 BST

Hi,

You can try imagepostion=right in the item. However, in order to be sure what's happening I really need the page with the menu on it so I can see and test things.

Ruth

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Tuesday August 5 2008 - 13:52:00 BST

Hi ruth! No problem. Here ist the link to my site

It dosn´t work with imagepostion=right
Hope you can help me. Also with overlap with iframe.

Thanks

Re: Image-Link -> align=right?


Poster: John
Dated: Tuesday August 5 2008 - 15:26:58 BST

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.

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.

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Tuesday August 5 2008 - 15:47:27 BST

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.


Which files in need to update? I don´t want to make all renew...

John 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.


I have update the code. Thanks

Re: Image-Link -> align=right?


Poster: John
Dated: Tuesday August 5 2008 - 16:22:19 BST

Go to http://milonic.com/menuvinfo.php, login, and download the current code files (v5.796). Since you are not supporting NS4, you only need to update milonic_src.js and mmenudom.js. Do NOT update your menu_data.js file with the one in the download or you will lose your menu!

Future updates would be the same 2 files. Note that v5.797 will be out in just a few days (at most).

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Tuesday August 5 2008 - 21:58:27 BST

Ok thanks for the instruction. Now i have updated.

So, the problem stays.

I can only change the position from the picture if i try itemwidth=; and imagepostion=right.
But this is not the best. I would like that the complete item is at right without dependent on definition at the picture. So i must change everytime "Itemwith=;" if i would like a new link. Is it the one and only chance?

And the overlap exists also.

Hope you now what i mean.
Sorry, my english is not the best. :?

Re: Image-Link -> align=right?


Poster: Ruth
Dated: Wednesday August 6 2008 - 3:52:58 BST

Hi,

I am working on it to give you some options. However, as for the overlap, I cannot find a single page which shows what you have in the image. I clicked every link in that menu and no page has that area with the emailadre in the form blank area. You'll have to send me to the page with that on it for me to test that.

Ruth

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Wednesday August 6 2008 - 14:17:44 BST

Ok, than i waiting for your options.

And that you see the overlap you must click the button "Energie-Klatsch öffnen" at the right corner. Then open the window over the menu.

Re: Image-Link -> align=right?


Poster: Ruth
Dated: Wednesday August 6 2008 - 23:21:48 BST

Hi,

OK. Here is your setup with the menu as you want it and with the problem of the image showing over the iframe corrected. This is a z-index problem.

1. In your format.css file, in the #editor, add z-index:10000;

2. Create this file and save it as table_main_left.js

Code:
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();


3. Create this file and save it as table_main_right.js

Code:
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();


4. Remove the Main Menu from the menu_data.js file and save the file without it.

5. The following is your new table for the menu, note that I added a column for the right side item. You now have 3 'data' files. The menu data with the styles and the submenus, a left side main menu data file, and a right side main menu data file. The left and right side main menu data files are called in their respective table cells and positioned relatively.

Code:
<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 -->


Take a look at this link to see how to do the table/div relatively positioned menus when you need something like you have with a 'split' menus, i.e. one main menu in one place and another in a different place. You need to take a look at Method Two for directions to do this kind of relative positioning.

http://support.milonic.com/beginners/ta ... /index.htm

Hope this helps. Also, version 5.797 is now in release so you need to download your own version of the release instead of using the pre-release

Ruth

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Thursday August 7 2008 - 13:33:26 BST

Hey thats is it. It works fine. Thanks!

But only one problem. The menu dosn´t open in IE! I have already updated to Version 5.798.

What is the problem?
:| :|

PS: Can i be notified if a new version is available?

Re: Image-Link -> align=right?


Poster: John
Dated: Thursday August 7 2008 - 15:38:31 BST

fcefan wrote:
PS: Can i be notified if a new version is available?

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.

Note that, in some cases, the board wants you to log in again when going to that page via this link. Not sure why. You could also just go back to the 'Board index' and select the 'Product Updates' topic, then subscribe as above.

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Thursday August 7 2008 - 16:07:27 BST

Mhhh...
I can not find this link. Take a look at the picture.

Image

Can you also help me why the menu dosn´t open in IE?

Re: Image-Link -> align=right?


Poster: John
Dated: Thursday August 7 2008 - 16:10:22 BST

Hard to see, but it looks like you didn't log in to the forum again as mentioned above - or, follow the second suggestion I offered.

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Thursday August 7 2008 - 16:16:57 BST

John wrote:
You could also just go back to the 'Board index' and select the 'Product Updates' topic, then subscribe as above.


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.

Re: Image-Link -> align=right?


Poster: Ruth
Dated: Thursday August 7 2008 - 16:19:34 BST

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

Re: Image-Link -> align=right?


Poster: Ruth
Dated: Thursday August 7 2008 - 16:27:00 BST

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

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Thursday August 7 2008 - 16:35:31 BST

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


I didn´t know that i must change the position of the menu_data.js. Now it works fine. Thanks a lot for help! :P


Ruth 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

Here This is the direct link to the image http://img3.imagebanana.com/img/al2407/where.jpg

Re: Image-Link -> align=right?


Poster: John
Dated: Thursday August 7 2008 - 16:38:04 BST

fcefan wrote:
John wrote:
You could also just go back to the 'Board index' and select the 'Product Updates' topic, then subscribe as above.


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.

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.

Regardless, did you try the second option I offered?

Re: Image-Link -> align=right?


Poster: Ruth
Dated: Thursday August 7 2008 - 16:41:21 BST

Hi,

That is the url that redirects to the img/logo.png page. However, it looks as if you are using prosilver as your board preference. In that theme the subscribe/unsubscribe is way down at the bottom, almost the last thing on the page. It's below Who is Online, forum permissions where it tells you what you can do, then below that you'll see a light blue colored area across the page and at the left side of it is 'Board Index' and then 'Subscribe Forum'. Also, again, as John noted, if you use the link you need to 're-login'. It opens in a new window and seems to open as not logged in.

Ruth

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Thursday August 7 2008 - 16:45:49 BST

John wrote:
fcefan wrote:
John wrote:
You could also just go back to the 'Board index' and select the 'Product Updates' topic, then subscribe as above.


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.

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.

Regardless, did you try the second option I offered?


Yes sure! I was going back to "Board Index" and have select the topic "Product Updates". And i am logged in:

Image

Re: Image-Link -> align=right?


Poster: Ruth
Dated: Thursday August 7 2008 - 16:48:20 BST

Did you read my post about where the subscribe is for Prosilver theme? The other themes have the subscribe at the top area of the theme. And look at the image that is now posted in the post you just did, it is the banana logo :)

Ruth

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Thursday August 7 2008 - 16:59:12 BST

Ruth wrote:
Did you read my post about where the subscribe is for Prosilver theme?

Yes! At the bottom, right? But there is NO link!

Ruth wrote:
The other themes have the subscribe at the top area of the theme.

There is also no link like subscribe

Ruth wrote:
And look at the image that is now posted in the post you just did, it is the banana logo :)


?? I see my capture. Do you see this?

Image

Image

EDIT: I had also re-login me. But there is no link.

EDIT 2: If i select a topic then i have the option "subscribe topic" but not at the forum.

STOP: It´s only at the forum "Product Updates" where i can not subscribe! In all other, there is the link!!!

Re: Image-Link -> align=right?


Poster: John
Dated: Thursday August 7 2008 - 17:52:50 BST

Image

or

Image

You could also look at http://milonic.com/forum/viewtopic.php?f=10&t=3108.

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Thursday August 7 2008 - 18:06:41 BST

You can believe me! In THIS forum is NO link for ME visible.
Maybe the link is visible for you because you are a team-member?!

Quote:
STOP: It´s only at the forum "Product Updates" where i can not subscribe! In all other, there is the link!!!


PS: We can test it. You logged in with my nick name and then you can see it.

Re: Image-Link -> align=right?


Poster: Ruth
Dated: Thursday August 7 2008 - 18:22:16 BST

Hi,

We are testing, but in the meantime, if you go to the new link John provided that is a topic so you should have no problem.

Ruth

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Thursday August 7 2008 - 18:43:35 BST

Ok, i can do.

Still one Question: Can i change the (background)color from the opened menu without change the color from the main-menu?
In the help i have no answer found.

Image

Re: Image-Link -> align=right?


Poster: Ruth
Dated: Thursday August 7 2008 - 20:33:41 BST

Hi,

Yes, you need to create a new style for the submenus.

You can do a copy paste of the existing style, rename it, change whatever part you want and then put that style name in the submenus you want to use it.

Take a look at the beginners guide forum in the 3 topics Styling the Menu, the link is below my name I believe. It's pretty simplistic but gives the basics. Part III tells how to use a method called copyOf for other styles when you only want to change a few things in a style.

Ruth

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Thursday August 7 2008 - 21:03:35 BST

Thanks. It works fine. ;)

Re: Image-Link -> align=right?


Poster: Ruth
Dated: Saturday August 9 2008 - 3:32:30 BST

Hi,

I think I fixed the problem with that Products Update so you can subscribe to the forum. Could you check it now and see if it works for you?

Ruth

Re: Image-Link -> align=right?


Poster: fcefan
Dated: Saturday August 9 2008 - 10:12:12 BST

Hi Ruth.

Now i can see and subscribe also this forum.

Thanks. ;)