Currently I'm working on a form with, on a few lines, 2 single line text fields next to each other.
To position the two 2 single line text fields on the same line I'm using the following css:
an example can be seen here:
http://dev.villageocelandes.fr/huren
I have the following questions:
1. the css I'm using seems not to work well with IE7. How can this be fixed?
2. How can I expand some of the input fields? Now they all the same size.
Also suggestions for a different css approach are more than welcome. It would be nice to have a video tutorial on how to position 2 or more fields on the same line.
Thanks,
Walt