cboyda
10-27-2006, 06:48 AM
1) Script Title: AnyLink Drop Down Menu
2) Script URL (on DD): http://www.amhsa.net/
Sample url of where menu is currently running:
The only CSS used is:
#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
3) Describe problem:
When the user mouses over the 4 icons on the top right the menu seems to place itself way too far right, when it really should place itself directly below the cursor.
If I squish the size of the IE window to only be approximately 800x600 then the menu appears in the correct place, but on this laptop with a 17" widescreen I have a couple inches of dead space on the left and right of the web page -- the hover seems to almost be placing itself precisely x pixels from the left when it should be placing itself at the cursor location instead.
Thank you for assistance on this matter.
2) Script URL (on DD): http://www.amhsa.net/
Sample url of where menu is currently running:
The only CSS used is:
#dropmenudiv{
position:absolute;
border:1px solid black;
font:normal 12px Verdana;
line-height:18px;
z-index:100;
}
3) Describe problem:
When the user mouses over the 4 icons on the top right the menu seems to place itself way too far right, when it really should place itself directly below the cursor.
If I squish the size of the IE window to only be approximately 800x600 then the menu appears in the correct place, but on this laptop with a 17" widescreen I have a couple inches of dead space on the left and right of the web page -- the hover seems to almost be placing itself precisely x pixels from the left when it should be placing itself at the cursor location instead.
Thank you for assistance on this matter.