Width of a drop-down box

  • Thread starter Thread starter Lori
  • Start date Start date
L

Lori

I created a drop-down box using a table in an Access
database. I have two problems: First, how can I expand
the width of the box? I can't stretch the box - it is
really small.

Second, no data is populating the drop-down box...it is
blank. I verified I had the data in the source table.
any suggestions?

Thanks!
 
It should automatically extend itself redarding the length of data. If there
is no data in it, it shrinks to its minimum length.

Sinan
 
width of the drop down is determined by the number of characters in the box (and
putting spaces in it won't help.)

I don't think applying a style (style: width="x") helps either.

I think that's a limitation of HTML not frontpage.

As far as I know, it can't be done.
 
Hi Lori,

http://www.xmas-i-am.com/how_to_filter_drop-down.htm

Hope this might help..

xmas
==========================
| I created a drop-down box using a table in an Access
| database. I have two problems: First, how can I expand
| the width of the box? I can't stretch the box - it is
| really small.
|
| Second, no data is populating the drop-down box...it is
| blank. I verified I had the data in the source table.
| any suggestions?
|
| Thanks!
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Similar Threads

Drop down box behavior 2
Width of drop down menus 3
Cascading drop down boxes 1
Drop down box 2
Populate Dynamic Drop Down Menu 2
Drop Box Width 3
Progressive Drop Down Boxes? 3
Drop Down Menu 3

Back
Top