I am currently running these examples - I've noticed that in the examples, that IE is rendering it without the float left working
Code:
<div>
<label for='feedback[name]'>Name:</label>
<input type='text' size='25' name='feedback[name]' />
</div>
<div>
<label for='feedback[email]'>Email:</label>
<input type='text' size='25' name='feedback[email]' />
</div>
So in the above, in IE (v.6.0.2800.1106. etc., etc.) these input text fields still appear under the label. Also, in IE, these fields appear yellow, not darkgrey even when they get set. Same thing in Firefox (v. 1.5.03). Just wondering why they are yellow, or if you think that I might have entered something wrong. In Opera, it all displays correctly.