[quote="' nEa '"]<">can someone please post a css code for this? the one that is below the contol panel buttons..
anyone? please?
[/quote]
var YMStatus;
try
{YMStatus = document.createElement("div");
}
catch (e)
{YMStatus = document.createElement("<div>");
}
YMStatus.setAttribute("style","text-align:center;padding-top: 10px");
YMStatus.innerHTML = "<a href='ymsgr:sendIM?YOUR YM ID'><img border=0 src='http://opi.yahoo.com/online?u=YOUR YM ID&m=g&t=2'></a></div>";
document.getElementById("controlPanelButtons").parentNode.appendChild(YMStatus);
there ya go just compile it with the rest of your JS codes