ideas? Thanks,
Mark Dane
Web Database Programmer / University of the Sciences in Philadelphia
(215) 596-7602
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http:
> 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%?
Hi,
First, the fieldset/form tags are improperly nested. You need to have
valid HTML for your CSS to work right. You can use
http://validator.w3.org/ to check if you HTML is valid.
I assume you are trying to have a grid type layout where the label and
fields line up horizontally and vertically.