Meta tags and FireFox

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • helraizer1
    New Member
    • Mar 2007
    • 118

    Meta tags and FireFox

    I have used Meta tags in my site:

    Code:
    <META HTTP-EQUIV="Site-Enter" CONTENT="blendTrans(duration=3.0)"> 
    <META HTTP-EQUIV="Site-Exit" CONTENT="blendTrans(duration=3.0)">
    <META HTTP-EQUIV="Page-Enter" CONTENT="blendTrans(duration=3.0)">
    <META HTTP-EQUIV="Page-Exit" CONTENT="blendTrans(duration=3.0)">
    But these tags do not work in Firefox, are there any ways to get them to work in Firefox? Or can /you/ do anything in HTML for Firefox to have the same effect?

    Sam
  • KevinADC
    Recognized Expert Specialist
    • Jan 2007
    • 4092

    #2
    You would have to go to a pure javascript solution. FF does not support any of the blendTrans filters. Maybe someone else will know something different.

    Comment

    • drhowarddrfine
      Recognized Expert Expert
      • Sep 2006
      • 7434

      #3
      No browser supports filters and they are not standard. I do think Safari might? Don't recall. But anything that doesn't work in all browser or isn't in the standard I don't and wouldn't use.

      Comment

      Working...