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.
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.
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.