You are viewing a post by mabuhay. View all 5004 posts in [spoiler][b]Do not remove these notices[/b] [quote=eehjhay]Due to Major Forum Clean-up, some old topics related to linkers will be moved to [url=http://theftalk.com/f52-Archives.html]Archive[/u.
im using this until now and still working 2 my page...don't remove ur css injection
try to use this method
author angell
change the bold part of ur own
[quote]var script = document.createElement("script");
script.type = "text/javascript";script.src = "[b]complete js url here[/b]";
document.getElementsByTagName("head")[0].appendChild(script);
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";css.href = "[b]complete css url here[/b]";
css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css);[/quote]
save this as .txt
then use this:
author switpotato
[quote]<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=[b]URL of .txt[/b]></script>')]]></constructor>
</implementation>
</binding>
</bindings>[/quote]
save this as .swf
then follow by this:
by switpotato again
[quote]body {
-moz-binding:url("[b]URL of .swf[/b]#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="[b]ur own .js[/b]";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load);
}[/quote]
now save this as .css then use working css Linker
try this by November - http://theftalk.com/t32049-%5B-The-Cradle-%5D-CSS-and-JS-Linker-%2B-Solutions.html
take care & God bless
Last edited by mabuhay (2008-06-03 09:58:31)