Small IE and Firefox problem with select field

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

  1. #1

    Default Small IE and Firefox problem with select field

    [url]http://www.iankovi.com/testing.html[/url]
    [url]http://www.iankovi.com/testing.css[/url]
    The "Category" select input is suppose to line with the rest of the fields as
    it does in Opera. In Firefox, and IE it's a little short. Any suggestions?

    evropa Guest

  2. Similar Questions and Discussions

    1. Select answer Without field names
      how can i get an answer from a select query without the column names first ? i can't understant how to use the option --skip-column-names ... ...
    2. Select a list of items into an aliased field when doinga select
      OK I know this is going to sound weird, but I'm wondering if this is possible. I have a task table. (tblTask) These tasks can be assigned to...
    3. Select from a text field!
      Hello all, I have in a form a textarea field with a lot of lines in it (records) I want to know if there is any way to select the line I want by...
    4. Select from table where field = string
      How to select all lines containg a string (located in $pastmove) in the moves column I tried several ways, for example: $requete="SELECT...
    5. SQL Assistance - won't select where field is blank.
      I'm selecting fields from my main table (ProductData). Each record in that table has a SupplierIndex. There is a field called SubCategory, which...
  3. #2

    Default Re: Small IE and Firefox problem with select field

    You could try sizing it in percentage

    Or just making a div to cover all your selection features and input fields.

    I just done that with an 'option', which I slipped into the css file just in
    case.


    Css Lover 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