Hi
I'm developing an app that's translated into a number of different
languages. A particular page contains a form with a couple of select
boxes one on top of another. Because the form is quite complex I've
used a table to describe its structure. My problem is in trying to
align the select boxes correctly. Some select boxes might only be
numeric, containing one or two characters. Other text based ones
contain an arbitary number of characters depending on the language
selected by the user. How can I tell each select box that it should be
the same width as the widest select box? Any suggestions are much
appreciated.
Many thanks
Paul
What happens (each select box is in its own cell):
8\/
Indeterminate No Chars\/
Letters\/
What I'd like to happen:
8 \/
Indeterminate No Chars\/
Letters \/
I'm developing an app that's translated into a number of different
languages. A particular page contains a form with a couple of select
boxes one on top of another. Because the form is quite complex I've
used a table to describe its structure. My problem is in trying to
align the select boxes correctly. Some select boxes might only be
numeric, containing one or two characters. Other text based ones
contain an arbitary number of characters depending on the language
selected by the user. How can I tell each select box that it should be
the same width as the widest select box? Any suggestions are much
appreciated.
Many thanks
Paul
What happens (each select box is in its own cell):
8\/
Indeterminate No Chars\/
Letters\/
What I'd like to happen:
8 \/
Indeterminate No Chars\/
Letters \/
Comment