Results 1 to 5 of 5

Thread: MouseOver Not Working in Firefox

  1. #1
    Join Date
    Jul 2010
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default MouseOver Not Working in Firefox

    I am using Fireworks creating a series of mouseover buttons overlayed on a couple of images and then inserting it into Dreamweaver as a Fireworks HTML image. The buttons look and work great in IE8, Chrome and Safari, but fail in Firefox and Opera. I believe this is a Java Script issue because when I insert the file into Dreamweaver it creates some Java Script code. I am a learn as I go kind of guy and struggling to figure this one out with a very limited knowledge of Java Script. The web site page is below. I would appreciate any help or suggestions.

    www.fxaddicts.com

    Thanks
    Luke

  2. #2
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Look and act the same for me in Chrome and Firefox, could you be more specific?
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  3. #3
    Join Date
    Jul 2010
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John,

    Thanks, but on the couple of computers I have here, only hte top row of buttons works. The second row and the third row do not.

    Tim

  4. #4
    Join Date
    Mar 2005
    Location
    SE PA USA
    Posts
    30,495
    Thanks
    82
    Thanked 3,449 Times in 3,410 Posts
    Blog Entries
    12

    Default

    Missed that, was just looking quickly. I don't think you had mentioned that some worked. If you did, I apologize.

    The problem is that other stuff is covering them so they don't receive a mouseover event.

    I'm not sure why, but in Firefox at least add this highlighted bit (to the background_style.css file around line #84):

    Code:
    #header {
    	width: 1100px;
    	height: 150px;
    	margin: 0 auto;
    	text-transform: lowercase;
    	position: relative;
    }
    Hopefully that will fix Opera too.
    - John
    ________________________

    Show Additional Thanks: International Rescue Committee - Donate or: The Ocean Conservancy - Donate or: PayPal - Donate

  5. #5
    Join Date
    Jul 2010
    Posts
    16
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    John,

    You are a genius! I blew the better part of this week trying to fix or work around this issue. Thank you very much. It works in Opera also.

    Luke

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •