Too Many Options in my Menu/Navigation Bar

Discussion in 'HTML & Website Design' started by master-yoda, Nov 9, 2009.

  1. #1
    I use a 'Sitebuilder' for my website (in signature below) which does not allow me to have a 'drop down' menu.

    How can I over come this as I feel I have too many options in my menu/navigation bar.

    Any help would be great, thanks.
     
    master-yoda, Nov 9, 2009 IP
  2. Deus Ex

    Deus Ex Peon

    Messages:
    531
    Likes Received:
    6
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Step 1. Go To Dashboard >> Layout >> Add HTML/Javascript Widget
    Step 2. Copy the entire code below in HTML/Javascript widget.

    <form><select name="menu" onchange="window.open(this.options[this.selectedIndex].value,'_blank')"size=1 name=menu>

    <option>- TITLE_HERE -</option>
    <!-- change the links with your own -->
    <option value="YOUR_LINK_HERE">TITLE_HERE</option>
    <option value="YOUR_LINK_HERE">TITLE_HERE</option>
    <option value="YOUR_LINK_HERE">TITLE_HERE</option>
    <option value="YOUR_LINK_HERE">TITLE_HERE</option>
    </select></form>


    Step 3. Change the red text to your own.
    YOUR_LINK_HERE and TITLE_HERE

    Step 4. Save it and preview your blog. It's done.
     
    Deus Ex, Nov 9, 2009 IP
  3. Typo Tat

    Typo Tat Peon

    Messages:
    115
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Does your sitebuilder allows you to edit the HTML yourself? If so, look up a dropdown script, plenty of those around.

    What Deus Ex described will work (in a blogspot blog), but the result of using a selectbox is ugly, and it's impossible to style.
     
    Typo Tat, Nov 9, 2009 IP
  4. Miah

    Miah Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    if you google "superfish menu" I think you might find what you are looking for
     
    Miah, Nov 9, 2009 IP
  5. master-yoda

    master-yoda Well-Known Member

    Messages:
    1,254
    Likes Received:
    15
    Best Answers:
    1
    Trophy Points:
    138
    #5
    Many thanks for your replies. The superfish menu looks like the type I am after!
     
    master-yoda, Nov 10, 2009 IP
  6. jj1

    jj1 Active Member

    Messages:
    892
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    60
    #6
    I use Opencube for submenus.
     
    jj1, Nov 13, 2009 IP