yaghoob, for the meta tag to be xhtml compliant you need to change this:
Quote:
<META http-equiv=Page-Exit content=BlendTrans(Duration=0)>
<META http-equiv=Page-Enter content=BlendTrans(Duration=0)>
|
to this:
Quote:
<meta http-equiv="Page-Exit" content="BlendTrans(Duration=0)" />
<meta http-equiv="Page-Enter" content="BlendTrans(Duration=0)" />
|
The effect is very good. I like it. **Installed**