[css-d] Faking display:block

2006-09-13 Thread Mark Dane
to it. Any 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

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%? That

Re: [css-d] Form pain

2006-08-07 Thread Mark Dane
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.