Code for image shadow effect
Thanks in advance.
Mike
Macbook, Mac OS X (10.5.7)
Macbook, Mac OS X (10.5.7)
OT
<xmp>
<b><i style="color: #FF6600; text-shadow: 3px 3px 2px #666">OT</i></b>
</xmp> (Ignore the <xmp></xmp> tags when using)
OT
// Created by iWeb 3.0.1 local-build-20090619
setTransparentGifURL('Media/transparent.gif');function applyEffects()
{var registry=IWCreateEffectRegistry();registry.registerEffects({shadow_0:new IWShadow({blurRadius:10,offset:new IWPoint(12.7279,12.7279),color:'#000000',opacity:1.000000})});registry.applyEff ects();}
function hostedOnDM()
{return false;}
function onPageLoad()
{loadMozillaCSS('Misc_files/MiscMoz.css')
adjustLineHeightIfTooBig('id1');adjustFontSizeIfTooBig('id1');adjustLineHeightIf TooBig('id2');adjustFontSizeIfTooBig('id2');detectBrowser();adjustLineHeightIfTo oBig('id3');adjustFontSizeIfTooBig('id3');Widget.onload();fixAllIEPNGs('Media/tr ansparent.gif');applyEffects()}
function onPageUnload()
{Widget.onunload();}
<xmp>
<div style="height: 300px; width: 212px; height: 300px; left: 444px; position: absolute; top: 559px; width: 212px; z-index: 1; " class="tinyText style SkipStroke3 shadow_0">
<img src="Misc_files/Joaquin-2009.jpg" alt="" style="border: none; height: 300px; width: 213px; " />
</div>
</xmp>(Ignore the <xmp></xmp> tags when using)
Code for image shadow effect