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

Thread: Jim's DHTML Menu V5.7

  1. #1
    Join Date
    Aug 2005
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default Jim's DHTML Menu V5.7

    Script: DD Tab Menu
    http://www.dynamicdrive.com/dynamic...mmenu/index.htm

    Hi, I was just wondering if anyone knows why, when someone clicks on my menu it disappears and shows a white background link >> http://www.myefl.org/index1.html also on another link there is no menu http://www.myefl.org/best&fairest/division1.htm

    I've changed this variable to
    //---- Set this variable only! ----
    var buildDir = "http://www.myefl.org/includes/";

    Have I got this section right in config3.js ?

    menus[0] = new menu(20, "horizontal", 260, 20, 0, -2, "img:images/background1.jpg", "img:images/background2.jpg", "Arial,Helvetica", 7, "bold",
    "bold", "white", "white", 0, "white", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, true, 4, 4, "gray");
    menus[0].addItem("http://www.myefl.org/index.html", "", 100, "center", "Home", 0);
    menus[0].addItem("#", "", 100, "center", "Match Scores", 1);
    menus[0].addItem("#", "", 100, "center", "Premiers", 2);
    menus[0].addItem("#", "", 100, "center", "Runners Up", 4);
    menus[0].addItem("#", "", 100, "center", "Spoons", 5);
    menus[0].addItem("#", "", 100, "center", "Best & Fairest", 6);
    menus[0].addItem("#", "", 100, "center", "Fun Stuff", 7);
    menus[0].floatMenu(1280, 1024, 10, 0);

    Also does anything need to be changed in the htm page it self as in this part

    <html>

    <head>

    <title>Test Page</title>

    <script type="text/javascript" src="includes/browser.js">

    /***********************************************
    * Jim's DHTML Menu v5.7- © Jim Salyer (jsalyer@REMOVETHISmchsi.com)
    * Visit Dynamic Drive: http://www.dynamicdrive.com for script and instructions
    * This notice must stay intact for use
    ***********************************************/
    </script>

    <script type="text/javascript" src="config3.js"></script>


    Thanks
    Marc

  2. #2
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    http://www.myefl.org/woodenspoons/im...ackground2.jpg
    You haven't put some images where they should be.
    You probably meant to reference http://www.myefl.org/images/background2.jpg .
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

  3. #3
    Join Date
    Aug 2005
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I'm a little confused, with the images & includes folder, do i a copy copy each folder to that directory ?

    Cause I changed

    menus[0] = new menu(20, "horizontal", 260, 20, 0, -2, "img:images/background1.jpg", "img:images/background2.jpg", "Arial,Helvetica", 7, "bold",
    "bold", "white", "white", 0, "white", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, true, 4, 4, "gray");

    to this

    menus[0] = new menu(20, "horizontal", 260, 20, 0, -2, "http://www.myefl.org/images/background1.jpg", "http://www.myefl.org/images/background2.jpg", "Arial,Helvetica", 7, "bold",
    "bold", "white", "white", 0, "white", 2, "rollover:images/tri-down1.gif:images/tri-down2.gif", false, false, true, false, 0, true, 4, 4, "gray");

    But nothing changed

  4. #4
    Join Date
    Aug 2005
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    I've manage to get the menu to appear on http://www.myefl.org/best&fairest/division1.htm
    But once u scroll the mouse over it it still disappears

    Any ideas anyone plz

    Thanks
    Marc

  5. #5
    Join Date
    Aug 2005
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    hmmm interesting, i just checked it on my other puter, yet it works fine on that one lol, yet this one it dont

    Can someone go here >>> http://www.myefl.org/index1.html and here >>> http://www.myefl.org/best&fairest/division1.htm and tell me if the menu works properly

    Thanks
    Marc
    Last edited by MEANXE; 08-31-2005 at 12:11 PM.

  6. #6
    Join Date
    Aug 2005
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    Anyone please ?

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

    Default

    I had a look at both and they seem the same to me, both seem to be missing the rollover background image

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

    Default

    NO wait, it comes up after a while, maybe the file size is a little big and it takes a while to load???

  9. #9
    Join Date
    Aug 2005
    Posts
    20
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    http://www.myefl.org/index1.html is 33.32KB http://www.myefl.org/best&fairest/division1.htm is 178.87KB

    I Have other pages that are bigger than that. So I hope that isnt the problem lol
    Last edited by MEANXE; 09-01-2005 at 07:22 AM.

  10. #10
    Join Date
    Jun 2005
    Location
    英国
    Posts
    11,876
    Thanks
    1
    Thanked 180 Times in 172 Posts
    Blog Entries
    2

    Default

    It should work now. It was due to there not being an image in woodenspoons/ that the page attempted to use for the menu background. You've changed this, I see.

    P.S. I see WordArt. The WordArt has found me! Arrrgh!
    Twey | I understand English | 日本語が分かります | mi jimpe fi le jbobau | mi esperanton komprenas | je comprends français | entiendo español | tôi ít hiểu tiếng Việt | ich verstehe ein bisschen Deutsch | beware XHTML | common coding mistakes | tutorials | various stuff | argh PHP!

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
  •