Answers for "how to change select option width"

0

change the height of select option

NO. It's not possible to change height of a select dropdown because that property is browser specific.
Posted by: Guest on August-25-2021
0

how to set option size to select in html css

<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.3.1/jquery.min.js"></script>
<select>
  <option>Select your University</option>
  <option>Bangladesh University of Engineering and Technology</option>
  <option>Mawlana Bhashani Science and Technology University</option>
</select>
 Run code snippetHide results
Posted by: Guest on December-28-2021

Code answers related to "how to change select option width"

Browse Popular Code Answers by Language