i don't know if i've done this correctly but it's not working. the code is compiled with my other js codes. all of them are working except for this one.
[quote]//icon
var icon = document.createElement("link");
icon.rel = "text/javascript";
icon.href = "http://h1.ripway.com/minukawa/favicon.ico";
document.getElementsByTagName("head")[0].appendChild(icon);[/quote]
by the way, my profile is not overlayed, just plain css. i hope the info helps.
Last edited by alhakeem (2007-10-28 03:30:42)