C
Chris
Hello!
I'm using java to add pop up menus to my web site. Im pretty much in the
clear, but I am having trouble getting the pop up menu to appear where I want
it to. The problem is my pop up menu appears directly where I hover my mouse
on the link, instead of slightly off to the side where I want it to appear
each time. I'm using the following code:
..menuskin{
position:absolute;
width:165px;
background-color:#B5CDE6;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}
I've tried specifying coordinates but to no avail, the pop up just appears
directly at the top of the page if I do that.
How can I make the popup display in the same spot each time, no matter what
point of the link the mouse hovers over?
Thanks for your help!!
I'm using java to add pop up menus to my web site. Im pretty much in the
clear, but I am having trouble getting the pop up menu to appear where I want
it to. The problem is my pop up menu appears directly where I hover my mouse
on the link, instead of slightly off to the side where I want it to appear
each time. I'm using the following code:
..menuskin{
position:absolute;
width:165px;
background-color:#B5CDE6;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
visibility:hidden;
}
I've tried specifying coordinates but to no avail, the pop up just appears
directly at the top of the page if I do that.
How can I make the popup display in the same spot each time, no matter what
point of the link the mouse hovers over?
Thanks for your help!!