About 7,480,000 results
Open links in new tab
  1. html - How to make a pure css based dropdown menu? - Stack Overflow

    Mar 31, 2012 · I am looking horizontal dropdown menu pure css based and browser compatible.... i am looking like mentioned below example

  2. drop down menu - HTML: Select multiple as dropdown - Stack Overflow

    May 12, 2015 · Learn how to create a dropdown menu with the HTML select multiple attribute on Stack Overflow.

  3. how can I make a drop-down menu in html - Stack Overflow

    Jul 14, 2023 · 1 By using the <select> and <option> tags I am finding it extremely difficult to make this example drop down list/menu in my HTML SoloLearn intro course It's asking me to : Add a drop …

  4. Creating Drop Down Menu on click CSS - Stack Overflow

    In addition to the already mentioned checkbox hack, you could also use a button as menu items, and use the :focus state to display the dropdown menu. A benefit over this is that the menu will close if …

  5. How do I make a placeholder for a 'select' box? - Stack Overflow

    Apr 27, 2011 · 6 Building upon MattW's answer, you can make the select placeholder option visible in the drop-down menu after a valid selection has been made, by conditionally hiding it only while the …

  6. Set the select option as blank as default in HTML select element

    Learn how to set a blank default option in an HTML select element with detailed examples and solutions.

  7. Single Dropdown with search box in it - Stack Overflow

    Apr 19, 2016 · Learn how to create a dropdown menu with a search box using HTML and CSS to enhance user experience.

  8. How to populate HTML dropdown list with values from database

    as part of a HTML form I am creating I would like to have a dropdown list which will list all the usernames in my database. I thought the following code would do the trick but the dropdown list is...

  9. Putting images with options in a dropdown list - Stack Overflow

    I was trying to insert images in a drop down list. I tried the following code but its not working. What is the best way to achieve this? <select> <option value="volvo"><IMG src="a...

  10. How to keep drop-down open after hover (only with css)

    Feb 17, 2024 · I've created a horizontal menu that when you hover over an item, a drop-down menu appears. This is ok. But when you leave the menu item (to use the drop-down) the drop-down …