I've been scratching my head for a while now trying to figure out why the width of input elements isn't setting correctly.
In this example, I set the width to 100px for the submit button
But in this one, I also set it to 100px for the text field
There's clearly a difference in width between the two. It seems like one is following quirks mode even though the same doctype is set. But WHY?
Could this be a bug in Firefox or Chrome?