Hi Chrise,
Probably a relative path is defined.
Try configuring the image path like this:
document.observe('q:loaded', function() {
Q.set({ imagePath: "/images/q" });
new Q.Tooltip();
});
The Q.set function should only be used once and preferably before any
other Q related actions.
And of course copy the 'q' image folder to the images folder in public
of your rails app, but you probably have done that already.
For more info check the Q.Core page:
http://qutensil.cktail.com/pages/qbase
Head over to the "Q's configuration" section for your question.
Regards.
Wout