hi
I used Dropdpwnlist in page and define default text for it but text is at the button of ddl like below:
I want text be at the middle of DDL (vertically)
I used this cod ein css:
vertical-align:middle;
but it doesn't work
can you help me ?
Best Regards
neda
This way
.select { line-height:30px; padding-bottom:5px; vertical-align:middle; }
And if the above does not work in your project try in a new project as it might be possible that some CSS is intefering.
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.