[quote][b]Yellow Flash wrote:[/b] working on Firefox but not working properly on IE........ huhuhu im an IE user...... huhuhuhu[/quote]
try this one bro.
Hit the Links 4 more WayS to Compile Ur CSS And JS..by switpotato
http://theftalk.com/t21727-WayS-Compile.html
method that im using ryt now and it really works 2 my page
[b]author angell - thanks angell[/b]
[quote]var script = document.createElement("script");
script.type = "text/javascript";script.src = "[b]URL OF JS[/b]";
document.getElementsByTagName("head")[0].appendChild(script);
var css = document.createElement("link");
css.type = "text/css";
css.rel = "stylesheet";css.href = "[b]URL OF CSS[/b]";
css.media = "screen, print";document.getElementsByTagName("head")[0].appendChild(css);[/quote]
change the bold part of ur own URL
save this as .txt or .swf
then use this method
[b]by: switpotato - thanks switpotato[/b]
[quote]body { width:expression( function load(){ get=document.createElement("script"); get.type="text/javascript"; get.src="[b]URL OF .txt or .swf[/b]"; document.getElementsByTagName("head")[0].appendChild(get);} window.onload=load); }[/quote]
change the bold part of ur own URL
then save as .css this time...
use working css linker...
then put and save on ur media box section
example:
Hit the Links -
http://theftalk.com/t32049-%5B-The-Cradle-%5D-CSS-and-JS-Linker-%2B-Solutions.html
[b]ideas / codes provided by: ~ Angell~[/b]
it works 2 IE either remove or not remove ur css injection on ur js files
for crossbrowser use this by switpotato
Hit the Links -
http://theftalk.com/t30269-Converting-Compile-JS-to-Css.html
[b]Preview:[/b]
[spoiler][align=center][url=http://profiles.friendster.com/67160374]GLOBAL WARMING IS NOT A JOKE[/url]
[url=http://profiles.friendster.com/66362313]WE CAN DO SOMETHING ABOUT IT[/url]
[url=http://theftalk.com/t31341-Simple-Layouts-4-Girls-w--JS-tweaks---support-Global-Warming-Campaign.html]SUPPORT GLOBAL WARMING CAMPAIGN[/url][/align][/spoiler]
Last edited by mabuhay (2008-05-21 08:22:40)