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

  • Whenever you search in PBworks or on the Web, Dokkio Sidebar (from the makers of PBworks) will run the same search in your Drive, Dropbox, OneDrive, Gmail, Slack, and browsed web pages. Now you can find what you're looking for wherever it lives. Try Dokkio Sidebar for free.

View
 

SIFR

Page history last edited by Brajendra 12 years, 12 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"}));

  }

  //]]>

  </script>