I've very strange problem while using QTextBrowser.
My code:

Qt Code:
  1. QString html = QString("<a href='www.google.com'><img src='banner1.png' height='60' width='468'></a>")
  2. TextBrowser->setHtml(html);
To copy to clipboard, switch view to plain text mode 

Image appears fine, when i click on it, the browser window is open and page loads ok.
Problem is, when i pass my mouse cursor over the image it only switches to 'hand cursor' in the middle left of the image, when i pass cursor over the rest of the image (right part), mouse is 'normal cursor" and nothing happens if i click. Any clue about this? Thanks