Results 1 to 5 of 5

Thread: Same size textbox

  1. #1
    Registered
    Join Date
    Jan 2005
    Posts
    87

    Same size textbox

    How do you make a textbox appear the same size in Mozzila and IE, I will setup a textbox and it will accept like 3 chars then when I view in mozilla it is huge.. How can I do this in CSS?


    Thanks
    James
    Last edited by asphalt; 05-27-2005 at 12:55 PM.

  2. #2
    Web Monkey MarkB's Avatar
    Join Date
    Nov 2003
    Location
    London, UK
    Posts
    1,783
    I don't think you CAN do it in CSS. My guess is you'll need to detect the browser, and then set the text area size to suit.
    Stepping On Wires - the new blog

  3. #3
    Senior Member chromate's Avatar
    Join Date
    Aug 2003
    Location
    UK
    Posts
    2,348
    I'm not sure this will be exactly the same in all browsers, however you can set the width and height like so...

    <input type="text" name="blah" style="width:100px; height:30px;" />

  4. #4
    Registered
    Join Date
    Jan 2005
    Posts
    87
    I will check it when I have access but I believe I set width and all is well in IE and then in mozzilla it grows long... For example I have 5 fields on an input field if they grow big the line gets all messed up..

    Thanks

  5. #5
    Registered
    Join Date
    Jan 2005
    Posts
    87
    Chromate, Thanks simple enough, width: px seems to do just fine.

Similar Threads

  1. Amazon and the size of products
    By pierrebenoit in forum Website Programming & Databases
    Replies: 3
    Last Post: 03-01-2005, 03:48 PM
  2. One click to make text size bigger for readers
    By iKwak in forum HTML, CSS, Layout, and Design
    Replies: 6
    Last Post: 10-23-2004, 05:56 AM
  3. Forum Database Size
    By moonshield in forum General Management Issues
    Replies: 2
    Last Post: 10-20-2004, 12:35 PM
  4. Adapt Width to page size with CSS
    By blurredline in forum HTML, CSS, Layout, and Design
    Replies: 2
    Last Post: 05-19-2004, 03:22 PM
  5. Signiture Size
    By incka in forum Site and Forum Feedback
    Replies: 2
    Last Post: 05-16-2004, 06:34 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •