CSS: input field (width 100%) goes next line on simple 2 cols layout
问题 I have a simple 2 cols layout (left col fixed width 200px, and right col expand 100%). If the 1st element of the right col is a P element everything it's ok. But when the 1st element of the right col is an INPUT element ( width:100% ), it goes down . The result displaied is below (tested on Chrome, FF, IE): Could you explain me why the INPUT field goes next line whilest the P element does NOT? And how to fix this? The code is here: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN