Skip to content
New issue

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

some help #15

Open
madebywater opened this issue Oct 16, 2011 · 0 comments
Open

some help #15

madebywater opened this issue Oct 16, 2011 · 0 comments

Comments

@madebywater
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant