Skip to main content
Inspiring
August 6, 2013
Answered

modify dropdown list width

  • August 6, 2013
  • 1 reply
  • 600 views

I put a list on the form and have it link to dynamic recordset.

I want to modify the width and height to smaller, but it seems that it does not change when I modify the value of the control.

I can easily to modify width and height for text box, but it does not work for dropdown list.

What property I can change to modify the width and height of the dropdown list?

Your help and information is great appreciated,

Regards,

Iccsi,

    This topic has been closed for replies.
    Correct answer p_sim

    There is no property for that.

    http://www.w3schools.com/tags/tag_select.asp

    Use CSS, instead.

    1 reply

    p_sim
    p_simCorrect answer
    Participating Frequently
    August 7, 2013

    There is no property for that.

    http://www.w3schools.com/tags/tag_select.asp

    Use CSS, instead.

    iccsiAuthor
    Inspiring
    August 7, 2013

    Thanks a million for the information and help,

    Regards,

    Iccsi,