Page 2 of 2 FirstFirst 12
Results 11 to 13 of 13

Thread: AnyLink image change onmouseover

  1. #11
    Join Date
    Aug 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Hi DD,

    OK, I dropped in the latest change you suggested. I got java script errors in my HTML editor, and on-line the drop down doesn't work. But you can still see the change I made when you view page source.

    I am now suspecting that this is very close but that there is only a syntax error in the way from this working properly. My first assumption was the placement and ordering of the back slashes. I tried moving them but to no success.

    Do you have any thoughts on the syntax?

    Thank you again, DD,

  2. #12
    Join Date
    Aug 2004
    Posts
    10,143
    Thanks
    3
    Thanked 1,008 Times in 993 Posts
    Blog Entries
    16

    Default

    Ah yes, the backslashes in the last code I posted should be for the single apostrophes (not double):

    Code:
    menu3[0]='<a href="http://feminineliving.com/classes/class_1.html" onMouseover="document.images.uniquevar1.src=\'images/menu/mainmenu_class 1_mo.png\'" onMouseout="document.images.uniquevar1.src=\'images/menu/mainmenu_class 1.png\'"><img name="uniquevar1" src="images/menu/mainmenu_class 1.png" alt="" width="83" height="46" border="0"></a>'
    DD Admin

  3. #13
    Join Date
    Aug 2008
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    DD, you are amazing! That fixed it!!!

    Take a look - http://feminineliving.com/temp_new/index.html.

    Thank you so much for all your help!

    Todd

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
  •