Firefox Issue with Search Box

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

  1. #1

    Default Firefox Issue with Search Box

    Hello,

    I have yet to find a solution on the below issue. Thanks for any help you can
    provide me. It's been bugging a group of us for a bit now. :(

    The below questions references this [url]http://barrie.wearenetwork.com/[/url].

    When one views the above page in IE, the top search box with the words "Enter
    a Keyword" appears correctly with the right horizontal dimensions. Is essence,
    it looks the way we want it to.

    Now if one view the above URL in Firefox, than the search box that was just
    mentioned is too far extended and bumps the "Search" button down and creates a
    mess on the front header part.

    Now from what I understand, Firefox and IE treat character limits on input
    boxes differently. We can get it to work in Firefox, but than it looks quite
    bad in IE.

    Is there a way to have fields behave differently in different browsers? Or
    does anyone know of a solution in a different manner? Any help would be much
    appreciated. Thanks for your time.


    talkonline Guest

  2. Similar Questions and Discussions

    1. Verity Search Issue
      Hello, I'm currently dealing with a massive data and I had to index them all. So i decided to divide them up to 5 or 6 different collections by...
    2. IIS 6 CFMX 7 Cluster - 404 index search safe urls issue
      a bit of a funny one, I have setup a cluster and use search safe urls, when ever I change any settings in IIS i lose the mapping between iis and...
    3. Issue with Firefox displaying Flash Video
      Ok, Can you guys do me a favour please? Have a look at http://www.g1media.co.uk/project_details.asp?ID=1 in IE and then look at it again in...
    4. Issue w Firefox
      Hi! An annoying problem with a site I'm building... Movie plays fine in IE, but in Firefox it just loads and stops, no interaction at all....
    5. #25786 [NEW]: PHP website uses cookies to remember last search phrase in search box
      From: tipsen at imada dot sdu dot dk Operating system: - PHP version: Irrelevant PHP Bug Type: Unknown/Other Function Bug...
  3. #2

    Default Re: Firefox Issue with Search Box

    make the keword text field smaller - I mean what keyword is 65 chars long?
    boy mackman Guest

  4. #3

    Default Re: Firefox Issue with Search Box

    Control the width of the text box using a CSS definition of width:180px; rather than using the HTML size=65. Substitute whatever pixel width is appropriate if 180 pixels is not correct.
    mattbolton Guest

  5. #4

    Default Re: Firefox Issue with Search Box

    Thanks for that insightful post mattbolton. Going to give that a try.
    talkonline 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