Input Boxes: Size???

They have: 16 posts

Joined: May 2000

Does anyone know how to change the size of text boxes in Netscape. Works for IE fine, but in Netscape I have 3 text boxes in a row and they mess up the size of that table.
Any alternative suggestions would also be good.

They have: 67 posts

Joined: Aug 1999

Hi,
If it is a form box you're talking about, it will probably look something like this.
<input type="text" name="email" size="15" value="[email protected]">

To change the width of the box, change the size to suit your needs. If this is not what you are meaning, please post an example and we can look at it for you.
Hope this helps.

Ian

------------------
Webmaster A1 JavaScripts
A1 JavaScripts
Web Development - Big Resources Inc
BIG Resources.com

Webmaster A1 JavaScripts
A1 JavaScripts
Web Development - Big Resources Inc
BIG Resources.com

They have: 16 posts

Joined: May 2000

Sorry, what it was was that Netscape's sizes are about double that for IE so the text boxes were comming out far too big.
Fixed problem by checking for browser type and depending on which one it was I changed the size.

They have: 231 posts

Joined: Feb 2000

You could also change the size of the text box by applying a style to it. Play around with the font-family and font-size properties.

Want to join the discussion? Create an account or log in if you already have one. Joining is fast, free and painless! We’ll even whisk you back here when you’ve finished.