M
marko
Hello!
I need some help about my code. I have:
<html>
<body>
<table width="100" border=1>
<tr><td>
<select style="width=50px" size="1">
<option value="0" selected> ddddd </option>
<option value="1"> ssssss </option>
<option value="2"> eeee </option>
<option value="3"> rrrrrr </option>
<option value="4"> zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz </option>
<option value="5"> hhhhhhhhh </option>
</select>
</td></tr>
</table>
</body>
</html>
Problem is that I can't see all text in the drop down menu (for example:
option value 4). It is necessary to put some scroll bar
in the drop down menu or to expand a drop down window so I can see all the
text inside without scroll bar.
Any ideas how to do that?
Thanks, Marko
I need some help about my code. I have:
<html>
<body>
<table width="100" border=1>
<tr><td>
<select style="width=50px" size="1">
<option value="0" selected> ddddd </option>
<option value="1"> ssssss </option>
<option value="2"> eeee </option>
<option value="3"> rrrrrr </option>
<option value="4"> zzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzzz </option>
<option value="5"> hhhhhhhhh </option>
</select>
</td></tr>
</table>
</body>
</html>
Problem is that I can't see all text in the drop down menu (for example:
option value 4). It is necessary to put some scroll bar
in the drop down menu or to expand a drop down window so I can see all the
text inside without scroll bar.
Any ideas how to do that?
Thanks, Marko