yes, sorry, my previous statement should be read as 200px + padding. look at this screeshot just taken with moz 1.2.1:
In standards mode, we follow the CSS2 box model for text inputs, so the width does _not_ include the padding.
http://www.deelan.com/bugz/1.3b/moz1.2.png
the two fields have the same width and no problem with background, plus a delicious padding around text for <input> and <select> i can take a screenshot of 1.3b tomorrow if it may help, so the "ill" behavior will be evident.
maybe this quirks have been fixed in recent 1.3 builds, but i still have 1.3beta. ;(
For <select> we use border-box sizing, since it's more sensible in most cases and since it's not clear what padding on <select> should do exactly.such behaviour is changed from 1.2 to 1.3b?
TIA
