2008-06-11 07:21:08

philanjera
» n00b
FTalk Level: zero
60
0
1969-12-31

Re: [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

[quote=mabuhay][quote][b]philanjera wrote:[/b] only CSS linker works on my profile[/quote] try this one... CREDITS TO: ANGEL of the cradle Angeli_7 switpotato marvinkamote14 Refresh/Reload sir bobcbar darylldelfin make two copy of your js extension... you can named it firefox.js or .txt and explorer.js or .txt insert this css injection on top of both js... [quote]var cascade = document.createElement("link"); cascade.type = "text/css"; cascade.rel = "stylesheet"; cascade.href = "[b]PUT YOUR CSS URL HERE[/b]"; cascade.media = "screen, print"; document.getElementsByTagName("head")[0].appendChild(cascade);[/quote] you can use one css file for both js extension or make two css one for IE and one for Fx... if you want different layout heheh... then change this part in your IE js... [quote]if (!attachOnLoadHandler(function(){onProfileLoad()})) window.onload = function(){onProfileLoad()};[/quote] into this... [quote]setTimeout("onProfileLoad()",4000);[/quote] remember: on IE only... then for your own hosted linker... STEP 1 [quote]<?xml version="1.0"?> <bindings xmlns="http://www.mozilla.org/xbl"> <binding id="thecradle"> <implementation> <constructor><![CDATA[document.write('<script src=[b]PUT YOUR firefox.js URL HERE[/b]></script>')]]></constructor> </implementation> </binding> </bindings>[/quote] save as rss.swf this script is actually for firefox part... STEP 2 and this would be your script to combine it to IE... [quote]body { -moz-binding:url("[b]PUT URL OF THE rss.swf HERE[/b]#thecradle"); width:expression( function load(){ get=document.createElement("script"); get.type="text/javascript"; get.src=[b]PUT YOUR explorer.js URL HERE[/b]; document.getElementsByTagName("head")[0].appendChild(get); } window.onload=load); }[/quote] save as codes.css or codes.swf or any name u want... the url produced is what we include in the linker now... and the css linker alone is enough to do the job... [quote]<STYLE>@import'[b]PUT URL OF code.css HERE[/b]';</STYLE>[/quote] or [quote]<STYLE TYPE='text/css'>@import url([b]PUT URL OF code.css HERE[/b]);</STYLE>[/quote] then put in media box... and to avoid bandwidth exceeding... u need dis...Linker Solutions (bandwidth problems) hit da Links http://theftalk.com/t34452-june-6-2008-Linker-Solutions-%28bandwidth-problems%29-UPDATED%21.html[/quote] Thank you very much my dear Mabuhay, I will try it. I do appreciate your kindness.

Board footer

© 2024 F Talk

Current time is 18:25

[ 12 queries - 0.077 second ]
Privacy Policy