Results 1 to 4 of 4

Thread: HV Menu java errors IE

  1. #1
    Join Date
    Jan 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default HV Menu java errors IE

    I'm using http://www.dynamicdrive.com/dynamici...menu/index.htm
    on the products page of this site http://multiintech.com/bluebar/index.html
    if you roll over Home the first link is Product Prices which works fine in Firefox;
    but in IE the menu on the product page doesn't show up and it says i have 2 errors.

    1st. error

    Line: 210
    Char: 3
    Error: Invalid argument.
    Code:0

    2nd. error

    Line: 394
    Char: 16
    Error: Invalid property value.
    Code:0

    any help would be greatly appreciated
    thanx

  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

    Works fine here in IE, you have a Mac?
    - John
    ________________________

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

  3. #3
    Join Date
    Jan 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Nope, XP pro, IE6
    I used the same script on another page but as a vertical menu and it works fine I think the only dif. is hor. to vert.
    Last edited by maksbud; 02-08-2006 at 06:33 PM.

  4. #4
    Join Date
    Jan 2006
    Posts
    7
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool Fixed it

    YA! turns out it was from having the same background at
    var LowBgColor=''; // Background color when mouse is not over
    and
    var HighBgColor=''; // Background color when mouse is over
    I had the same pic for the background of the holding div.
    Still get a very little white square on load but it leaves as soon as you mouse over it.

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
  •