Hi
This file is the background image for the topic:
www.staffierescuescotland.co.uk/componen...ges/msgtitleicon.gif
It seems only to happen, if topics is broken into 2 or more lines. And only in IE.
So, you'll see it, if you have a small screenresolution or long topics.
What you could do, is try to figure out whats wrong in the css:
www.staffierescuescotland.co.uk/componen..._ex/kunena.forum.css
Just search for 'msgtitleicon.gif' and you'll find this clause:
#Kunena span.msgtitle_new {
font-weight:bold;
text-decoration: none;
background: url(images/msgtitleicon.gif) no-repeat left center;
padding-left:25px;
line-height:26px;
font-size:medium;
}
Maybe replacing the background line with this, will solve the problem?
background: url(images/msgtitleicon.gif) no-repeat left top;