We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi Brian, Thanks for the nice tooltip! I' trying to use it but I can't see it on my web page. This is my test html code:
Thanks in advice for your help.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hi Brian,
Thanks for the nice tooltip! I' trying to use it but I can't see it on my web page.
This is my test html code:
<title>Test</title> <script type="text/javascript" src="tooltipsy.min.js"></script> <style type="text/css"> .tooltipsy { padding: 10px; max-width: 200px; color: #303030; background-color: #f5f5b5; border: 1px solid #deca7e; } </style> <script type="text/javascript"> $('.hastip').tooltipsy({ css: { 'padding': '10px', 'max-width': '200px', 'color': '#303030', 'background-color': '#f5f5b5', 'border': '1px solid #deca7e', '-moz-box-shadow': '0 0 10px rgba(0, 0, 0, .5)', '-webkit-box-shadow': '0 0 10px rgba(0, 0, 0, .5)', 'box-shadow': '0 0 10px rgba(0, 0, 0, .5)', 'text-shadow': 'none' } }); </script> Test
Thanks in advice for your help.
The text was updated successfully, but these errors were encountered: