^ok
I hope you can get it to move on top
if all else fails, I've got 1 more idea w/c I think may be simpler
In your CSS, make your meetrail box visible. then replace this part of my code:
[quote]var hb = document.getElementById('2');
var jbx = document.createElement("li");
jbx.innerHTML=fanboy;
hb.parentNode.insertBefore(jbx,hb);[/quote]
with this:
[quote]document.getElementById('15').innerHTML=fanboy;[/quote]
[b]15[/b] is the id for the meettrail box right?
In real fan profiles, the meetrail box is supposed to be replaced with a fan profile image/badge anyways
I think that's my last idea
gambatte!