<select> tag (dropdownlist) textbox height

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • ismailc
    New Member
    • Sep 2006
    • 200

    <select> tag (dropdownlist) textbox height

    Good day,

    I know it is not possible to change the border of a dropdown (select tag) in IE7 browser.

    I managed to change the height by increasing the font of the dropdown.

    I don't realy want to change the font, is there another way - i played around with line-heigth but also no luck.

    Please Assist!
  • drhowarddrfine
    Recognized Expert Expert
    • Sep 2006
    • 7434

    #2
    You can add padding to select or option.

    Comment

    • ismailc
      New Member
      • Sep 2006
      • 200

      #3
      No luck - not ine IE7 Browser
      Code:
      style="padding: 15px;"

      Comment

      Working...