Hi,
No, it's because there are two ways to call a pop menu:
1. by a fixed position which means you have to put a top and left into the menu itself. Not an option for you.
2. by an image. This is an option and also allows you to control the menu a bit better.
Try this. You need a 1x1px transparent gif. Then that particular line where the menu is called would look like this
Code: Select all
<P>If your starting from scratch or you want to review what you know, <A
target=_blank href="http://websites.milonic.com/lightmypump.com/tutorial1.htm">check this out<IMG
height=42 src="tutorial.jpg" width=21 border=0></A> It will help you
understand how<img src=transparent.gif border=0 height=1 width=1 name=milonicmenu id=milonicmenu>
<a href="http://websites.milonic.com/lightmypump.com/
onmouseover="popup('off-topic','milonicmenu',3,1)" onmouseout=popdown()>
centrifugal</A> pumps and pump systems
work.</P><BR><BR><BR>
Note that what i did was put the transparent.gif right after the word how eliminating the space that was there originally. On my browser, that just looks like the space is still there, but it's really that transparent image. This is the only way I know for you to do what you want. The menu sample for that is
http://milonic.com/menusample24.php
The sample has put a border around the transparent.gif so you can see it, but in yours I set that to 0 so it doesn't show.
Ruth