Hi,

It's never the !DOCTYPE fault.

Without it Firefox assumes that you're in quirks mode so it renders as you've been developing for IE5. When you're in standards mode, width doesn't include padding (padding adds to the width), so you have to subtract the left and right padding and also account for the border width: 20+4+2=26px. That's the value that you need to subtract from the pretended total width of 250px.

Maintain the !DOCTYPE and change the input width to: width: 224px;

Roberto






*******************************************************************
List Guidelines: http://webstandardsgroup.org/mail/guidelines.cfm
Unsubscribe: http://webstandardsgroup.org/join/unsubscribe.cfm
Help: memberh...@webstandardsgroup.org
*******************************************************************

Reply via email to