Import Javascript into CSS for IE6

Best view with the Internet Explorer 6

CSS / JS

<style> /*abusive Javascript Start*/ @import url('javascript:/*@cc_on @if (@_win32 && @_jscript_version == 5.6 ) void( document.execCommand("BackgroundImageCache",false,true) ) || (function(){ window.onload = function(){ document.getElementsByTagName("XMP")[1].appendChild( document.createTextNode( "Javascript Is Imported to the page on " + new Date() )); }; })(); @end @*/' ); /*abusive Javascript End*/ /*your style here*/ body{ background:black; color:#fff; } </style>

See also...