Page 1 of 2 12 LastLast
Results 1 to 10 of 11

Thread: Jim's DHTML Menu 5.7 Browser Compatibility Issues

  1. #1
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Jim's DHTML Menu 5.7 Browser Compatibility Issues

    http://ranger.websitewelcome.com/~simaging

    I have installed Jim's DHTML menu and it seems to be working fine in most browsers with the exception of IE 5+ The secondary level of the menu seems disabled. I have reviewed the code and appears fine. Please help. I am also trying to fix the position of the menu to stay with the content of the web site.

    Thanks
    Creative

  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

    Upgrade to IE6
    - John
    ________________________

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

  3. #3
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    trouble with 6.0 as well. Won't read secondary menu levels.

  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

    Actually that was a 'trick' question disguised as an answer. Anyways, the demo works fine in IE6, no? Yes, just checked. I can see your quandary, your page works error free in FF but in IE6, gives errors and doesn't work. It is your config.js - The color 'gray' is spelled 'gray' not 'grey' as you have it. This doesn't seem to bother Mozilla but, IE - look out! I just did a global search and replace all on 'grey' to 'gray' on your config.js and everybody's happy now.
    - John
    ________________________

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

  5. #5
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    ok thanks.

    GL

  6. #6
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Ok, how about the positioning from the first request? any takers?

    Creative

  7. #7
    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

    Seems ok in IE, if a little too far left. In Mozilla, it moves all over the place on resize. Try setting the 'float'* at 800x600 instead of 1024x768. I've heard that works better. Make sure to set your resolution to 800x600 first and be ready to adjust the other values.

    *instead of:

    menus[0].floatMenu(1024, 768, 10, 0);

    use:

    menus[0].floatMenu(800, 600, 10, 0);

    adjust the 10 as needed and perhaps the 0.

    Quote Originally Posted by from docs
    Invoke this function to float the main menu, so it remains relatively positioned on the page (see "example3.htm" for demo). Here's an example:

    menus[0].floatMenu(1024, 768, 10, 0);

    1024 is the base screen width (i.e. the screen width the menu was originally positioned on) and the 768 is the corresponding screen height. The 0 is how you want the menu's positioned (i.e. horizontally, vertically or both [0, 1, 2]).
    He never really says what the 10 is for.

    OR maybe don't use the float option.
    - John
    ________________________

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

  8. #8
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks I'll try that. Did you notice in IE6.0 that the menu fades in instead of pops? All the other browsers pop like a normal menu. Is there a function I missed in the settings that would allow it to pop in IE 6?

    GL

  9. #9
    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

    The fade thing is a true/false setting:
    Quote Originally Posted by from docs
    22) This parameter, if set to true, will tell the script to display sub-menus using a transitional effect, given by you, the programmer, in the next parameter. These transitions will only work in PC versions of Internet Explorer numbered 5.5 and above. (false)
    it is one of the last parameters:
    Code:
     false, 0, true, 5, 5, "gray");
    the red one there (only the end of a line of code is shown here).
    - John
    ________________________

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

  10. #10
    Join Date
    Jun 2005
    Posts
    13
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thank you. I am sorry to be such a newbie. I have removed the float but it still won't stay still. Any ideas? Last one I promise. This thread is over.

    C

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
  •