One of Five Rollovers Does Not Work on Mac/IE & Safari

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Steve Lockridge

    One of Five Rollovers Does Not Work on Mac/IE & Safari

    We have recently created simple javascript rollovers on a site using
    Macromedia Fireworks. What is weird is that four of them work and one
    doesn't on the Mac platform using Safari and IE. The NN and Camino
    browsers work.

    Before I give you the URL, I wanted to let you know I am not referring
    to the swap image behavior. I am referring to the simple rollover
    where the OnMouseOver state puts a green glow behind the text.



    I have checked the code and can't find any problems. The rollover
    code was also removed and rewritten using another program and it still
    doesn't work.

    It works on all browsers (that support javascript) on the Windows
    platform.

    Any ideas?

    Thank you.

    Steve Lockridge
    steve@websitewa rehouse.com
  • VK

    #2
    Re:

    > Before I give you the URL, I wanted to let you know I am not referring[color=blue]
    > to the swap image behavior. I am referring to the simple rollover
    > where the OnMouseOver state puts a green glow behind the text.[/color]

    You mean that one of images doesn't receive mouse events? Otherwise it
    is swap image problem. Can you tell which rollover doesn't work under
    Mac? Or it's random?


    Comment

    • Lee

      #3
      Re: One of Five Rollovers Does Not Work on Mac/IE & Safari

      Steve Lockridge said:[color=blue]
      >
      >We have recently created simple javascript rollovers on a site using
      >Macromedia Fireworks. What is weird is that four of them work and one
      >doesn't on the Mac platform using Safari and IE. The NN and Camino
      >browsers work.
      >
      >Before I give you the URL, I wanted to let you know I am not referring
      >to the swap image behavior. I am referring to the simple rollover
      >where the OnMouseOver state puts a green glow behind the text.[/color]

      That is also an image swap.
      Check the pathnames of your images for differences in case.
      Windows might ignore the case difference, where Mac would not.

      Comment

      Working...