Results 1 to 4 of 4

Thread: Dynamic Drive Drop Down Menu

  1. #1
    Join Date
    Jan 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Exclamation Dynamic Drive Drop Down Menu

    Hi There,

    I've recently designed a website with one of your scripts. Its a simple java
    script drop down menu. The website can be viewed at
    http://www.corkweb.net/toomey/

    The trouble I'm having is that when you use the back button on Internet
    Explorer 6 to go back on a page within the site the left menu jumps right
    across the screen. I have tried lots of things to fix it but nothing has worked.

    This activity only happens after you have gone into a few pages and used the back button a few times. Its makes the webpage look completely jumbled up and out of line when the left bit comes out.

    What do you make of this. Can anyone help? Also the DD script in question is here at http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    Kind Regards
    Touss
    Last edited by Touss105; 01-09-2007 at 03:08 PM.

  2. #2
    Join Date
    Jan 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default



    Error I get above in screen shot

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

    Default

    Warning: Please include a link to the DD script in question in your post. See this thread for the proper posting format when asking a question.

    Ok, after a few tries, I finally got to see the problem for myself in IE6. Are you sure it's related to the menu though? It looks like one of those layout problems with IE6 when it doesn't like something in the HTML. Try something like this. Locate the <table> tag for the left column:

    Code:
    <table border="0" width="125" id="table3" background="images/left.gif" cellpadding="0" height="367">
    and change that to:

    Code:
    <table border="0" width="125px" style="width: 125px" id="table3" background="images/left.gif" cellpadding="0" height="367">
    The parts in red are new.

  4. #4
    Join Date
    Jan 2007
    Posts
    3
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Cool

    Dear DD Admin,

    Thanks for getting back to me. I tried using the code you mentioned in your above post and uploaded the index page again but the problem still happened after switching from index page hiting the back button on explorer.

    Is there anything you can suggest to sovle this problem? We are very eager to launch the new website but can't until this annoying bug is fixed.

    I look forward to hearing from you soon. DD Script in question is http://www.dynamicdrive.com/dynamici...pmenuindex.htm

    Kind Regards
    Touss
    Last edited by Touss105; 01-09-2007 at 03:09 PM.

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
  •