• If you are citizen of an European Union member nation, you may not use this service unless you are at least 16 years old.

  • You already know Dokkio is an AI-powered assistant to organize & manage your digital files & messages. Very soon, Dokkio will support Outlook as well as One Drive. Check it out today!

View
 

cssJss

Page history last edited by Brajendra 14 years, 5 months ago

<!-- Ok, here are the files required for sIFR -->

<!-- If you have any other css, please put it ABOVE these files -->

<!-- sifr-screen.css supports h1 h2 h3 h4 h5 and .sifr, if you want to use other then edit the file -->

<link rel="stylesheet" href="/f/sifr-screen.css" type="text/css" media="screen" />

<link rel="stylesheet" href="/f/sifr-print.css" type="text/css" media="print" />

  <script src="f/sifr.js" type="text/javascript"></script>

  

  <!-- End files for sIFR -->

<!-- Ok, here is the sIFR javascript. Put it at the BOTTOM of your page. Make a line for every style you wish to sIFR -->

  <script type="text/javascript">

  //<![CDATA[

  /* Replacement calls. Please see documentation for more information. */

  if(typeof sIFR == "function"){

  // This is the preferred "named argument" syntax

   sIFR.replaceElement(named({sSelector:"h1", sFlashSrc:"f/tradegothic.swf"}));

   sIFR.replaceElement(named({sSelector:"h2", sFlashSrc:"f/tradegothic.swf"}));

   sIFR.replaceElement(named({sSelector:"h3", sFlashSrc:"f/tradegothic.swf"}));

   sIFR.replaceElement(named({sSelector:"h4", sFlashSrc:"f/tradegothic.swf"}));

   sIFR.replaceElement(named({sSelector:"h5", sFlashSrc:"f/tradegothic.swf"}));

   sIFR.replaceElement(named({sSelector:".sifr", sFlashSrc:"f/tradegothic.swf",sColor:"#ff0000",sBgColor:"#ccccff"}));

  }

  //]]>

  </script>