Please start any new threads on our new site at https://forums.sqlteam.com. We've got lots of great SQL Server experts to answer whatever question you can come up with.

 All Forums
 Development Tools
 ASP.NET
 Help tip covered by panel control

Author  Topic 

bubberz
Constraint Violating Yak Guru

289 Posts

Posted - 2006-04-13 : 14:09:23
I'm using the following code for a help tip for a button:
http://www.dynamicdrive.com/dynamicindex5/dhtmltooltip2.htm

The page which contains the button, has a panel, and the panel is hiding the help tip when the user does a mouseover on the button. You can see the help tip, but only the bottom half. I can't seem to get the help tip in front / on top of the panel to see it 100%.

I've tried to assign priority="1" for the javascript, but that didn't work either.

Any suggestions are welcome!

Thanks!
   

- Advertisement -