Javascript Tooltip / Posts /

Overlay Not Showing

1
I have copied your demo code to a page on my server, and the tooltip loads fine, however the overlay does not show.

        <a href="#" onclick="tooltip.pop(this, '#demo3_tip', 

    {overlay:true, position:4}); return false;">Click me</a>

<div style="display:none;">

    <div id="demo3_tip">

        Name: <asp:TextBox ID="TextBox1" runat="server" /><br />

        <asp:Button ID="Button1" runat="server" Text="Login" 

             />

        <input type="button" onclick = "tooltip.hide()" 

            value="Cancel" />

    </div>

Michael  10 years ago   viewed: 3761    

1 Answer

0
Make sure you have DOCTYPE declared at the beginning of your page(IE requires that).

If it still doesn't work, can you stage a testing page online, and tell me in what browser you can see this issue?
Milo   10 years ago

   

Your name*
Password
(Optional. Used to modify this post afterwords)
+ =  

Ask your Own Question

  • If your question is related to the topic of this post, you can post your question to this page by clicking the "Post a reply" button at left;

  • When you want to start a new page for your question: