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

Center Align Menu (with mouseovers)


Poster: iteams
Dated: Wednesday August 25 2004 - 19:19:09 BST

Hi ,
I just upgraded the script for 3.4 to 5.43. The site was aligned to the left now we need to align it to the center.

How do I bind the popout menus to the cell the mouseover button is in.

I am not using the main menu, just the individual menus.

http://www.2-way.biz/products.htm

This is an example of the coding I am using with the mouseover.

<td width="156">
<a href="../products.htm"
onMouseOut="MM_swapImgRestore();popdown()" onMouseOver="MM_swapImage('Image13','','../images/mouseover/products.gif',1);popup('products')"><img src="../images/default/products.gif" name="Image13" width="156" height="23" border="0">
</a></td>

Thanks


Sean


Poster: Andy
Dated: Friday August 27 2004 - 13:13:29 BST

Hi,

I couldn't see the menu on your website.

Hhave you removed it, or is it someplace else?

Looked at http://www.2-way.biz/

Cheers
Andy

Sub Level Pages


Poster: iteams
Dated: Friday August 27 2004 - 14:54:31 BST

Hi Andy,

It's not on the home page but on all the content pages.

Sorry

http://www.2-way.biz/products.htm

Thanks



Sean


Poster: Andy
Dated: Wednesday September 1 2004 - 16:02:19 BST

Hi,

Try the following:


Code:
<td width="156">
<a href="../products.htm"
onMouseOut="MM_swapImgRestore();popdown()" onMouseOver="MM_swapImage('Image13','','../images/mouseover/products.gif',1);popup('products',"image13")"><img src="../images/default/products.gif" name="Image13" id="Image13" width="156" height="23" border="0">
</a></td>


Note the addition of id="Image13" to the image tag and popup("products","Image13")

Hope this helps
Andy