can anyone help me? i have a problem about the <select> tag the situation is that i want to resize it but i can't when i use it it covers all the text but the text is very long..
here's the sample:
<select>
<option>test 1</option>
<option>test 2</option>
<option>test 3</option>
<option>test 4</option>
</select>
this makes a dropdown with 1,2,3,4 on the list
<select>
<option>test 1</option>
<option>test 2</option>
<option>test 3</option>
<option>test 4</option>
<option>this is a very long text,much longer than the web page itself..</option>
</select>
how can i resize it??? i don't know if its even possible,hopefully it is.tnx for the one who can help me...
Bookmarks