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

Links in jquery.qtip.css are not correct #7

Closed
yambrosov opened this issue Mar 2, 2012 · 5 comments
Closed

Links in jquery.qtip.css are not correct #7

yambrosov opened this issue Mar 2, 2012 · 5 comments

Comments

@yambrosov
Copy link

While processing /plugins/jquery-validation-ui-1.2.2/css/qTip/jquery.qtip.css, a resource was required but not found: /plugins/jquery-validation-ui-1.2.2/css/qTip/images/close.png

@yambrosov
Copy link
Author

For example:

.ui-tooltip .ui-tooltip-close .ui-icon{
background: #A27D35 url('images/close.png') no-repeat 50% 50%;
}

@yambrosov
Copy link
Author

It is causes browser to be in 404 (Not Found) much times (((

@limcheekin
Copy link
Owner

Thanks for report this issue. Can you try to comment out those css code refer to url('images/xxx.png') and see what happen? I couldn't found any images in qtip2 code base also at https://github.com/Craga89/qTip2

@bluesliverx
Copy link
Contributor

I believe the css used for qtip2 is old and/or incorrect. We need to update to the latest js and css, and this will go away as it seems that images are not used anymore.

@limcheekin
Copy link
Owner

fixed in 1.3 release

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

3 participants