> > I made this little thing:
> > http://www.lightrodsoft.com/test/input.cfm
> >
> > those are examples of what this looks like on the listed types of
> > browsers/computers
> > <form>
> > <input type="text" size="25">
> > </form>
> >
> > anyone have any hints as to making this display more universal?

If you wrap your inputs and textareas with <font face=monospace></font>
tags, you'll get widths similar to IE. Leave those off, and your NS field
widths will expand by up to 50% wider than IE. Using this method, you can
still use fancy CSS classes on your input fields for IE... IE will ignore
the <font> tag and use the class settings.

BTW, you can specify field widths in your CSS... even for select boxes. Just
use width=200px (or whatever). And you can specify height=whatever for
textareas, too. Of course, Netscape ignores these settings.

Ron Allen Hornbaker
President/CTO
Humankind Systems, Inc.
http://humankindsystems.com
mailto:[EMAIL PROTECTED]



------------------------------------------------------------------------------------------------
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists or send a message 
with 'unsubscribe' in the body to [EMAIL PROTECTED]

Reply via email to