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

Thread: Questions about Navigation script on DD

  1. #1
    Join Date
    Oct 2006
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Questions about Navigation script on DD

    Script found at:
    http://www.dynamicdrive.com/dynamici...menu/index.htm

    Is there anyone who can help with the navigation code found on this page - http://www.dynamicdrive.com/dynamici...menu/index.htm
    1) Once placed on a page following the directions, it does not line up correctly in IE as it is shown to (It is in different locations on different computers, screen sizes, etc).
    2) Also It looks weird in Firefox

    Any assistance would be greatly appreciated.

    Thanks!

    James

  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

    If you are not using a DOCTYPE, try it with one. Other than that and making sure that you understand and are following all of the directions that come with this third party menu, I'd say find another menu that looks like you want it to.
    - John
    ________________________

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

  3. #3
    Join Date
    Oct 2006
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hello and thanks for replying. Is this your code?

    I like the code, it is pretty nice and has a lot of customizing options, but like I said there are a few issues. I am using a css template.

    jscheuer1, is there a similar navigation code with drop down options like this one has that you would suggest.

    thanks. I really appreciate it.

    JA

  4. #4
    Join Date
    Sep 2005
    Location
    India
    Posts
    1,627
    Thanks
    6
    Thanked 107 Times in 107 Posts

    Default

    why don't you post your source code so that the troubleshooters will get more help and can provide you with better help.

  5. #5
    Join Date
    Oct 2006
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Thanks again for the help everyone. I really appreciate it and am really trying to learn this stuff.

    You can see this and get the code at http://www.entertainmentbookingsource.com/test.html

    I have attached the config file.

    If you look at the url example above and then resize your browser you will see how this moves all over the place. You can it be set in place?

    If you need additional info please post it and I will try to upload it to you right away!

    Thanks!

  6. #6
    Join Date
    Oct 2006
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Here is the code from the page attached

  7. #7
    Join Date
    Feb 2006
    Posts
    236
    Thanks
    8
    Thanked 3 Times in 3 Posts

    Default

    In the download package, there is a file, tutorial.html that tells about the configuration for this menu, and you have selected example.html, but I believe that example3.html would be more suitable to your page. It will adapt to screen resolution changes in all browsers and is self-centering. Try this one.

  8. #8
    Join Date
    Oct 2006
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    is that the only solution, using #3, because that one has some text that remains there, and looks different?

    is there another option with this code, or just another similar navigation you would suggest?

    Thanks in advance!

  9. #9
    Join Date
    Feb 2006
    Posts
    236
    Thanks
    8
    Thanked 3 Times in 3 Posts

    Default

    The key to use this is the one line call to a function:
    Code:
    	menus[0].floatMenu(1024, 768, 10, 0);
    , which needs to go inside Function init(), which resides in each of the config.js, config2.js and config3.js. You can see config3.js as an example. All the rest of your code can stay the same. You can set the vertical offset by changing the value of the Fourth Parameter in this function. The Third Parameter changes the left offset.

    Offsets of the sub menus can also be set similarly - see the tutorial.

    You can just delete the table for the default text shown in Example3.html

    You can easily get what you want with this script..... If you need more help, I will rewrite your page and conf.js.

    BTW, the first two parameters in the one-liner above are the anticipated screen resolutions. Even these can be set by additional code if needed.....

    Hope this helps.

  10. #10
    Join Date
    Oct 2006
    Posts
    26
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    strangeplant;
    that is a very nice offer and I hope not to hard. All I have been looking for is a cool drop down navigation that fits in my page and is part of the overall site and not to far to the left or to far to the right - just placed from border to border.

    I can not thank you more for helping me with this as it seems to be outside of my knowledge range.

    Is there anything you need from me to assist you?

    Thanks again and in advance!


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
  •