SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : Windows Vista -- Ignore unavailable to you. Want to Upgrade?


To: sammy™ -_- who wrote (196)6/9/2006 6:39:10 PM
From: sammy™ -_-  Read Replies (1) | Respond to of 1939
 
Well page fades and image fades are 2 completely different animals and use entirely different methods. Page fades are simple, require a couple lines of code, and will only work in MS Internet Explorer. Images fades are considerably more complex, and can be made to work in every major browser except Opera. The page fades you can do by adding this inside the head of the document:

<META http-equiv="Page-Enter" content="blendTrans(Duration=0.3)">
<META http-equiv="Page-Exit" content="blendTrans(Duration=1)">

The image fades are probably too complex to handle if you know nothing of javascript.