Ted Drake wrote: > I'm wondering if anyone has any more concrete opinions on the > practice of defining width of input and select fields with > css instead of the size attribute.
There is a big problem with defining the width of input and select fields over CSS: Internet Explorer 6 (Windows) (only!) in "Standard Mode" has a bug in its rendering engine, i.e. the CSS-Definition "width: 200px;" is wider for an input field than for a select box. I wrote a small example on http://www.mdpnet.de/css-width/ So far, I found no solution on this problem. Does anybody else? Greetings from Germany, Marco ***************************************************** The discussion list for http://webstandardsgroup.org/ See http://webstandardsgroup.org/mail/guidelines.cfm for some hints on posting to the list & getting help *****************************************************
