[thelist] ACCESSIBILITY: working with nn4.x and everything else (who'd of guessed?)

Ken Kogler ken.kogler at curf.edu
Tue Sep 3 18:20:01 CDT 2002


> size for NN4.x in character units and use CSS (which NN4'll ignore)
> to set the width appropriately for later browsers? Sure :-)

Exactly. NN4 ignores inline styles, so you could do something like this:

  <input type="text" size="10" style="width: 100%;" />

Or, you could use the @import rule, which is believe is a bit safer as
far as browser compatibility goes...

HTH!
--Ken




More information about the thelist mailing list