Controlling the height of form text fields

Ask a Question related to Macromedia Dynamic HTML, Design and Development.

  1. #1

    Default Controlling the height of form text fields

    hello,

    I have a design problem. I have a search window on a colored background that
    is supposed to line up with the main nav bar. The problem is that the text
    field window displays differently for each browser. The height is different,
    and Mozilla
    stretches the vertical height of my background color to almost double of what
    it is intended to be. Does anyone know how
    to control this. I know that little can be done with the look of the text
    field window, but what about the extra space below the window?


    Kris Cottrell Guest

  2. Similar Questions and Discussions

    1. linking form text fields
      hello: does anyone know if there's any way to link text fields in a form? in other words, once the user runs of of space in one field, the cursor...
    2. can you link text form fields in Acrobat 5.0
      product name: Adobe Acrobat 5.0.5 operating system: Mac OS X 10.2.8 RAM: 768MB? (512 and 256) is it possible to link to text form field in...
    3. Problems with 'foreign' text in Acrobat 7.0 form fields
      Hi all, I have a form which is filled in by customers (many of which are abroad) and sent back to me. It works fine in Acrobat 6.0 CE, but I'm...
    4. blank spaces in text fields in form
      I am a newbie. I have a simple form with just a few fields. A user fills out the form, goes to another page to preview his/her entries, and then may...
    5. Linking two form fields for text flow?
      Is it possible to link two fields in a form so the the user can continue typing and the text will flow from the first field right into the second? ...
  3. #2

    Default Re: Controlling the height of form text fields

    Can you show us a URL? We need to see code to determine what could be causing the extra spacing. It could be any number of things.
    mzanime.com Guest

  4. #3

    Default Re: Controlling the height of form text fields

    Thanks for your response. Here is a URL. [url]http://www.imageexplorer.net/test/test.htm[/url]

    As you will see the height of the text field is different for each browser.



    Kris Cottrell Guest

  5. #4

    Default Re: Controlling the height of form text fields

    *sigh* All that bloated code just to display a search box and a few navigation
    links.

    Try adding this to your CSS and let me know if it helps:

    form { margin:0; }
    input.searchtext { vertical-align:top; }




    mzanime.com Guest

  6. #5

    Default Re: Controlling the height of form text fields

    Yeah, Sorry about the messy code. I deleted everything else on the page.
    I'm a little confused about how to apply the code you sent. Sorry man,
    I'm a beginner, and trying to learn this stuff on the fly. Where do I place
    this
    into CSS?


    Thanks for your help.



    Kris Cottrell Guest

  7. #6

    Default Re: Controlling the height of form text fields

    > Where do I place this into CSS?

    Surely you can figure that out yourself. I just gave you a key, its up to you to open the door.
    mzanime.com Guest

Posting Permissions

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

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139