Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Large Form Items

Status
Not open for further replies.

Nebooaw

Programmer
Jun 1, 2001
142
GB
Hi, i have a form where the user selects an item from a drop down list with a lightpen. As the screen reslution is higher than 1024x768 the drop down items are not easy to select. Is it possible to make form items any bigger?

Regards.
 
It sure is!

Try this:

Code:
<SELECT NAME=&quot;youChoose&quot;
Code:
STYLE=&quot;font-size : 24pt;&quot;
Code:
>
  <OPTION>First
  <OPTION>Second
  <OPTION>Third
<SELECT>

Good Luck §;O)


Jakob
 
Perfect, your a star - that works. Can the width of the drop down arrow also be increased as you cant easily scroll up or down?

kindest thanks.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top