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).
