Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Rhinorhino on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Help Tip covered by ASP.NET panel control

Status
Not open for further replies.

clanm

Programmer
Joined
Dec 26, 2005
Messages
237
Location
US
I'm using the following code for a help tip for a button:

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 tried:
<script type="text/javascript" priority="first">


...but no luck. Thanks to Isadore in the ASP.NET forum for all the help and suggestions!

Any suggestions are welcome!

Thanks!
 
Can you tell us what element the "panel" is comprised of? There's no such HTML element as a "panel", so that doesn't really help us much.

Perhaps you could show us the client-side source code (NOT the ASP.net code).

Dan


[tt]Dan's Page [blue]@[/blue] Code Couch
[/tt]
 
Thanks BillyRayPreachersSon!

I figured it out by changing the Z-Indexes.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top