Click to See Complete Forum and Search --> : Javascript Menu Problem


garysumpter
09-05-2003, 04:47 AM
hi all. :)

Please take a look at

http://www.readycrest.ltd.uk/xtxexsxtx.php

I am setting up a new navigation system within our site and this is just a test page. When you mouseover the three menu links, the fuction works, but the middle link shoots the menu up to the sky and the others drop down. I assume this is due to the fact that the middle link has more sublinks than the others.

Is there a way of 'forcing' the middle link to drop down as opposed to popping up?


All help appreciated.

Thanks

Gary

Fang
09-05-2003, 05:44 AM
Nothing happens on onmouseover except pointer change

garysumpter
09-05-2003, 05:48 AM
Are you sure it's not your pc? No Offence intended. It works fine for me!

Fang
09-05-2003, 06:09 AM
We are talking about this section of code?

<td width="29%" height="50"><a href="http://www.readycrest.ltd.uk/index.php"><img src="http://www.readycrest.co.uk/Images/homepage.gif" width="101" height="26" border="0" align="bottom"></a></td>
<td width="29%" height="50"><a href="http://www.readycrest.ltd.uk/contact/index.php"><img src="http://www.readycrest.co.uk/Images/contactinfo.gif" width="101" height="26" border="0" align="bottom"></a></td>
<td width="42%" height="50"><img src="http://www.readycrest.ltd.uk/Images/shophpsmall.gif" width="101" height="26" border="0" align="bottom" onClick="MM_openBrWindow('http://www.globalitonline.com/hpcoekent/','','width=800,height=690')"style="cursor:hand"></td>

where is the onmouseover?