html - how to set size of select dropdown in css -


I want to limit selection dropdown height but size is to change the use of the asset view. Is there a substitute for determining the height of the dropdown list of the selection element?

To set the height, select the dropdown node Property will need to be set.

Sample code below:

  & lt; Select id = "Ddl_Country" name = "country" style = "height: 50px; border: 1px solid black" & gt; & Lt; Option id = "01" selected = "selected" & gt; India & lt; / Options & gt; & Lt; Option id = "02" & gt; Australia & lt; / Options & gt; & Lt; Option id = "03" & gt; Singapore & lt; / Options & gt; & Lt; Option id = "04" & gt; New Zealand & lt; / Option & gt; & Lt; Option id = "05" & gt; RUSSIA & lt; / Option & gt; & Lt; Option id = "06" & gt; Japan & lt; / Options & gt; & Lt; / Select & gt; To increase the height of the   

list you will need to create a custom drop down using the the lift; and & lt; UL & gt; tag and

  • l <;

  • Comments

    Popular posts from this blog

    ios - Adding an SKSpriteNode to SKScene from a child SKSpriteNode -

    Matlab transpose a table vector -

    c# - Textbox not clickable but editable -