Re: [css-d] form field sizes -SOLVED-

2006-08-09 Thread MarcLuzietti
That's it! Thanks! -- Marc Luzietti Flagship Project Bayview Financial, L.P. (305) 341-5624 > I have a website in which all sizes are in ems or %'s. When I > change the font size in the browser in IE6, everything > changes size except for the form inputs: text fields, > select's, etc. Any ide

Re: [css-d] form field sizes

2006-08-09 Thread Mark Dane
> I have a website in which all sizes are in ems or %'s. When I > change the font size in the browser in IE6, everything > changes size except for the form inputs: text fields, > select's, etc. Any ideas? The relevant css is below. > Have you tried changing font-size:inherit to font-size:100%?

Re: [css-d] form field sizes

2006-08-09 Thread MarcLuzietti
All of the fields have widths individually assigned. There are several hundred of them, so I thought it prudent not to include them. ;-) I used ems to assign the width. -- Marc Luzietti Flagship Project Bayview Financial, L.P. (305) 341-5624 You need to add widths to these elements -- using ems

Re: [css-d] form field sizes

2006-08-09 Thread [EMAIL PROTECTED]
[EMAIL PROTECTED] wrote: > I have a website in which all sizes are in ems or %'s. When I change the > font size in the browser in IE6, everything changes size except for the > form inputs: text fields, select's, etc. Any ideas? The relevant css is > below. You need to add widths to these elem

[css-d] form field sizes

2006-08-09 Thread MarcLuzietti
I have a website in which all sizes are in ems or %'s. When I change the font size in the browser in IE6, everything changes size except for the form inputs: text fields, select's, etc. Any ideas? The relevant css is below. html { background:#fff; font-family:Arial, Helvetica, s