How to make all controls of a column the same width
Posted
by
ant18
on Stack Overflow
See other posts from Stack Overflow
or by ant18
Published on 2011-01-06T04:27:48Z
Indexed on
2011/01/06
4:54 UTC
Read the original article
Hit count: 151
Hi I need to know if there's any way of making all controls of a column the same width, and that all these controls are as wide as the cells that contain them.
I added a demo on JSFiddle with the controls I'm using. I tried using size for the input texts and style="width:"> for the selects , and even though I managed to make them the same width,(it doesn't seem to work in Chrome) it's kinda difficult , that's why I'd like to know if there is any more straightforward way to do the same thing
Any ideas or insights?
© Stack Overflow or respective owner