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, sans-serif; /* set the default font 
for the page in IE */
        font-weight:bold; /* set the default font for the page in IE */
        height:100%;
        overflow:hidden; /* trick IE into making absolutely positioned 
elements behave as fixed */
        width:100%;
}
body {
        background:#fff;
        color:#bbb;
        font-size:medium;
        height:100%; /* trick IE into making absolutely positioned 
elements behave as fixed */
        letter-spacing:.15em;
        overflow:hidden;
        width:100%;
}
input, textarea, select {
        background:#fff;
        border-bottom:#999 solid 1px;
        border-left:#999 dotted 2px;
        border-right:#999 dotted 2px;
        border-top:#999 solid 1px;
        color:#333;
        font-size:inherit;
        padding:0 .3em;
        vertical-align:middle;
}

-- 
Marc Luzietti
Flagship Project
Bayview Financial, L.P.
(305) 341-5624
______________________________________________________________________
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to