Alright, I figured out how to get it to work. Change the source from "/mini/overlib_mini.js" to simply "/overlib.js". Also, there is a typo in the postbit template edit.
It says:
Code:
<div> </div>
<div class="smallfont"><input type="hidden" name="gamertag" value="$post[fieldX]">
<if condition="$post[fieldX]">
<strong>Gamertag:</strong> <a onmouseover="showgamercard('$post[fieldX]');" onmouseout="return hidegmercard();" href="http://live.xbox.com/member/$post[fieldX]" target="_blank" rel="nofollow">$post[fieldX]</a></if></div>
The part that is labeled in red needs to be changed to:
It is missing an "A".
Anyway, I still have a small problem. On the hover, it is a little slow to show the gamercard. Check it out at
halofordummies.com. If anyone knows how to fix this then please let me know.