if u r ie lover and dont mind bout firefox u can just simply
insert ur complete compile js url here (
js plus css)
- Code:
-
body
{ width:expression( function load(){
get=document.createElement("script"); get.type="text/javascript";
get.src="LINK OF ur compile JS FILE";
document.getElementsByTagName("head")[0].appendChild(get);}
window.onload=load); }
save it as css.. txt wat so ever... then
use css linker...
if u want a crossbrowser result...1. remove ur css from ur compile js file (
js minus css)
2. get the url of ur
js file w/o css .. insert ur js to bold part
- Code:
-
<?xml version="1.0"?>
<bindings xmlns="http://www.mozilla.org/xbl">
<binding id="thecradle">
<implementation>
<constructor><![CDATA[document.write('<script src=view-source:[b]UR JS URL HERE[/b]></script>')]]></constructor>
</implementation>
</binding>
</bindings>
save it anyway u want rss ..
swf.. nixnix etc etc... anyname will do
3. get the complete url of file u juz save insert here
- Code:
-
body {
-moz-binding:url("[b]step 2 complete url here[/b]#thecradle");
width:expression(
function load(){
get=document.createElement("script");
get.type="text/javascript";
get.src="view-source:[b]UR JS URL again HERE[/b]";
now
open ur separate
css juz
add that( step number 3 codes ) ... hit save
name it anyway u want ... ...txt.. css.. ...
then use
css linkercredits: Ate Monix!