MugzMalone
12-25-2007, 01:08 AM
After searching all over the web, I have discovered there are quite a few people who would like a code that will make fading page transitions for entering *and* exiting pages in at least FF and IE. This is a code which will do it in IE:
<meta http-equiv="Page-Enter" content="blendtrans(duration=1.0)">
<meta http-equiv="Page-Exit" content="blendtrans(duration=1.0)">
Does anyone know of a way in any format to do it in FF, as well?
<meta http-equiv="Page-Enter" content="blendtrans(duration=1.0)">
<meta http-equiv="Page-Exit" content="blendtrans(duration=1.0)">
Does anyone know of a way in any format to do it in FF, as well?