that's what i was looking for, thanks Courtney! -----Original Message----- From: Courtney Payne [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 31, 2000 12:30 PM To: CF-Talk Subject: RE: Input type = arrrrh! Gavin, If you're concerned about the field widths, what I usually do is specify the size attribute with Netscape in mind, then define a style 'on top of it' for my IE users. ex. <input type="text" name="test" size=25 style="width: 200px"> Netscape picks up the size=25 and ignores the style while the style takes *precedence* over the size attribute in IE. Using both settings combined you can get the fields to be the same width in both browsers. Courtney E. Payne, Developer Fig Leaf Software "We've got you covered" [EMAIL PROTECTED] www.figleaf.com -----Original Message----- From: Gavin Myers [mailto:[EMAIL PROTECTED]] Sent: Tuesday, October 31, 2000 12:05 PM To: CF-Talk Subject: Input type = arrrrh! 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? thanks, Gavin ---------------------------------------------------------------------------- -------------------- 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] ---------------------------------------------------------------------------- -------------------- 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] ------------------------------------------------------------------------------------------------ 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]

