+ Reply to Thread
Results 1 to 8 of 8

Thread: Help with Drop Down Menu
      
   

  1. #1
    garyfitz Guest

    Question Help with Drop Down Menu

    Hello,

    On my website (still under development) http://www.play181.com , I've got a Navagation menu on the left hand side as an Iframe. But I cant get the Drop Down Menu links to work. The pages dont load for me. I've had a browse around google but I didnt find much information.

    Any help would be great
    Thanks

  2. #2
    limebrook1's Avatar
    limebrook1 is offline Brigadier General
    Join Date
    Jun 2005
    Location
    Essex, UK
    Posts
    1,578

    Default Re: Help with Drop Down Menu

    Try this link for i-frame navigation bars -
    http://www.vodahost.com/vodatalk/blu...r-i-frame.html

    Make sure you have looked at the tutorials and that your navigation bar works before you put it in an i-frame. It is very easy once you get the hang of it.

  3. #3
    garyfitz Guest

    Default Re: Help with Drop Down Menu

    That trick works with Menu-bars alright but it doesnt seem to with Drop Down menus. I'm using that tutorial in fact on my current menu bar, and it works fine. But it doesnt work with Drop Down Menus.

  4. #4
    headlands is offline Staff Sergeant
    Join Date
    May 2006
    Posts
    39

    Default Re: Help with Drop Down Menu

    Gary,

    Question: on the drop down menu bar you created, how did you insert spaces between the words? I cant seem to space them out.

    Thanks
    Robert

  5. #5
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Help with Drop Down Menu

    The dropdown list box works just great. It openup all the games links in the central frame.
    Headlands, this is nav bar (according to BV terminology) , not a menubar.Please look at your other post.
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


  6. #6
    garyfitz Guest

    Default Re: Help with Drop Down Menu

    I sorted it out. You need to put this in your HEAD

    <script>
    <!--
    function land(ref, target)
    {
    lowtarget=target.toLowerCase();
    if (lowtarget=="_self") {window.location=loc;}
    else {if (lowtarget=="_top") {top.location=loc;}
    else {if (lowtarget=="_blank") {window.open(loc);}
    else {if (lowtarget=="_parent") {parent.location=loc;}
    else {parent.frames[target].location=loc;};
    }}}
    }
    function jump(menu)
    {
    ref=menu.choice.options[menu.choice.selectedIndex].value;
    splitc=ref.lastIndexOf("*");
    target="";
    if (splitc!=-1)
    {loc=ref.substring(0,splitc);
    target=ref.substring(splitc+1,1000);}
    else {loc=ref; target="_self";};
    if (ref != "") {land(loc,target);}
    }
    //-->
    </script>

    And on each of the options put *_top after the link like such
    <option value="<A href="http://www.play181.com/BLACK.html*_top">Black</option>[/QUOTE">http://www.play181.com/BLACK.html*_top">Black</option>


    Quote Originally Posted by headlands
    Gary,

    Question: on the drop down menu bar you created, how did you insert spaces between the words? I cant seem to space them out.

    Thanks
    Robert
    You can try using my code Robert.

    <form action="dummy" method="post"><select style="width:133px" STYLE="font-family : arial;
    font-size : 8pt "name="choice" onChange="jump(this.form)"><
    <option value="#">Select Game</option>
    <option target="_blank" value="URL ADDRESS<A href="http://www.play181.com/3dsudoko.html*_top">3D">"> BLA BLA BLA</option>
    </select>
    </form>

  7. #7
    Digitalpablo's Avatar
    Digitalpablo is offline Corporal
    Join Date
    Mar 2006
    Posts
    18

    Default Re: Help with Drop Down Menu

    Hi there, I have another question regarding drop down menus. I read NavalDesign's tutorial, great work, my question though is can I create the same drop down menu with my own customizable buttons I've designed. In the Navbar option there are buttons to choose from but it does not allow to enter an image file for a button one has created. Is there a way around this, and if so, would someone care to explain.

    It is for this site I am creating, www.prettypupsgrooming.com/home.html , if you click on you can see what type of buttons I am talking about.

    Thanks,

    Pablo

    ps...Navaldesign, attendo una tua risposta, perche pare che te ne intendi pi&#249; di tutti!

  8. #8
    navaldesign's Avatar
    navaldesign is offline General & Forum Moderator
    Join Date
    Oct 2005
    Location
    Italy
    Posts
    12,061

    Default Re: Help with Drop Down Menu

    Ciao, scusa ma devo risponderti pi&#249; tardi, ora scappo
    Navaldesign
    Logger Lite: Low Cost, Customizable, multifeatured Login script
    Instant Download Cart: a Powerfull, Customized, in site, DB driven, e-products Cart
    DBTechnosystems.com Forms, Databases, Shopping Carts, Instant Download Carts, Loggin Systems and more....
    Advanced BlueVoda Form Processor : No coding form processor! Just install and use! Now with built in CAPTCHA!


Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49