show/hide this revision's text 2 added 516 characters in body

First, you are going to have to eliminate whether you have a styling issue or a javascript issue.

If all of your presence bubbles display correctly, then get the IE Developer Toolbar and try and trace the css back. Even change the themes of the site and see if you get a different result.

This is our code html, which works nice

 <span>
 <img width="12" src="/_layouts/images/blank.gif" onload="IMNRC('[USERMAIL]')" id="IMID[GUID]" ShowOfflinePawn=1 alt="Presence bubble">[USERNAME]</span>

Note:

[USERMAIL] = obvious [USERNAME] = obvious [GUID] = random guid

Also note the malformed img tag with no end . I have tried using correctly formatted "/>" (just ">"). We use this as this is the html and it was not so greatgenerated by SharePoint (please don't get me started on that).

show/hide this revision's text 1

This is our code which works nice

 <span>
 <img width="12" src="/_layouts/images/blank.gif" onload="IMNRC('[USERMAIL]')" id="IMID[GUID]" ShowOfflinePawn=1 alt="Presence bubble">[USERNAME]</span>

Note:

[USERMAIL] = obvious [USERNAME] = obvious [GUID] = random guid

Also note the malformed img tag with no end. I have tried using correctly formatted html and it was not so great.