I want to open HTML <select>
was open in my demo application. By searching I found the solution as setting size like.
document.getElementById('Selectlist').size = 13;
but after applying this I have design a issue. Which is not like a <select>
box.
Help me to other solution for this.