Return to Snippet

Revision: 23640
at February 10, 2010 13:26 by chiesalo


Initial Code
*** HTML | Head ***
<script type="text/javascript" language="javascript" src="js/sifr.js"></script>

*** HTML | Body ***
<h2>Nombre de la sección / Section name</h2>
<h3>Nombre de la subsección / Subsection name</h3>

*** HTML | Antes de cerrar Body / Before closing Body ***
<script type="text/javascript">
//<![CDATA[
if(typeof sIFR == "function"){
// This is the preferred "named argument" syntax
	sIFR.replaceElement(named({sSelector:"body h2", sFlashSrc:"titulosSeccion.swf", sColor:"#9c2828", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode:"transparent"}));
	sIFR.replaceElement(named({sSelector:"body h3", sFlashSrc:"titulosSeccion.swf", sColor:"#060000", sLinkColor:"#000000", sBgColor:"#FFFFFF", sHoverColor:"#CCCCCC", sWmode:"transparent"}));
}
//]]>
</script>

Initial URL
http://www.mikeindustries.com/blog/sifr

Initial Description


Initial Title
sIFR 2.0 (Scalable Inman Flash Replacement)

Initial Tags


Initial Language
JavaScript