I am having problems with floating a label and input next to each other in IE7. I have tried everything I can think of:
- Giving it a fixed width
- Overflow hidden,border, background.
- Wrapping inside of a div with float left.
The only way I can get it to work correctly is if I put it inside a table.
Try to make a clearing div under each row.
Like