R Ryan New member Jul 9, 2009 #1 im designing a website using front page and i need to make a dropdown bar like one that you hover over and it gives you more options
im designing a website using front page and i need to make a dropdown bar like one that you hover over and it gives you more options
L lca1262 New member Jul 9, 2009 #2 Is this what you're looking for? It'll create a drop down box you can select the value from. <select> <option value="value1">Option 1</option> <option value="value2">Option 2</option> </select>
Is this what you're looking for? It'll create a drop down box you can select the value from. <select> <option value="value1">Option 1</option> <option value="value2">Option 2</option> </select>