Maybe I'm missing something, but I am trying to find a control that will allow me to hover over a hyperlink control that will show/hide a panel containing more content. The HoverMenuExtender is the only thing I've found that appears to come close to what I want. I am trying to position the panel to appear in a specific position on the page no matter the size of the screen. When I try to define the top and right positions in CSS the control seems to ignore what I've put in. The PopupPosition is not dynamic enough with just "Top, Left, Right, Center, Bottom" and the OffsetX and OffsetY works with getting the panel to move around the page, but if the page is resized it won't stay where I want it to appear.
If I'm using the wrong control to do this please let me know...but this one is the only one that gives me the options that I believe (but I may be wrong) that I need. I think what I want to do should be pretty simple, but I need to be able to control the exact position of the panel that pops up and it needs to stay where I specify no matter the size of the screen. Please help! Why does the control ignore CSS positioning? It takes on all the other properties that I specify like width, background, color, etc. but position on the screen is ignored! Why?
Also, I thought maybe the popup extender would do what I want, but I need it to execute on a hover not a click...so hover seemed to be the best.
Thanks for your help!