yellow text box

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • cover

    yellow text box

    I've noticed in my forms, a yellow background only in the first text
    boxes.

    I might have pull down menus above or below the text box (and even
    more than one text box), but it's always the first text box in the
    form that has a yellow background (and if you tab or click through the
    form, the yellow text box background doesn't move with the cursor).
    Anyone know that that is and how to cure it? TIA
  • Schraalhans Keukenmeester

    #2
    Re: yellow text box

    At Thu, 31 May 2007 21:13:00 -0700, cover let h(is|er) monkeys type:
    I've noticed in my forms, a yellow background only in the first text
    boxes.
    >
    I might have pull down menus above or below the text box (and even
    more than one text box), but it's always the first text box in the
    form that has a yellow background (and if you tab or click through the
    form, the yellow text box background doesn't move with the cursor).
    Anyone know that that is and how to cure it? TIA
    Remove line 147 of your script. Does that help?

    I think you are better off in a hmtl/css newsgroup, this is not a php
    related issue.

    And if you think it is, how on earth can we help you without the code ? My
    crystal ball isn't too sharp on Fridays.

    (Followup-to set to comp.lang.php)
    --
    Schraalhans Keukenmeester - schraalhans@the .Spamtrapexampl e.nl
    [Remove the lowercase part of Spamtrap to send me a message]

    "strcmp('apples ','oranges') < 0"

    Comment

    • Geoff Berrow

      #3
      Re: yellow text box

      Message-ID: <vv6v53tri4rvp6 hufpg07ukts50lr 1nvu5@4ax.comfr om cover
      contained the following:
      >I've noticed in my forms, a yellow background only in the first text
      >boxes.
      ....
      >Anyone know that that is and how to cure it? TIA
      Do you have the Google toolbar installed? That could be the culprit.

      --
      Geoff Berrow 011000100110110 0010000000110
      001101101011011 001000110111101 100111001011
      100110001101101 111001011100111 010101101011

      Comment

      • Schraalhans Keukenmeester

        #4
        Re: yellow text box

        At Fri, 01 Jun 2007 08:13:29 +0100, Geoff Berrow let h(is|er) monkeys
        type:
        Message-ID: <vv6v53tri4rvp6 hufpg07ukts50lr 1nvu5@4ax.comfr om cover
        contained the following:
        >
        >>I've noticed in my forms, a yellow background only in the first text
        >>boxes.
        ...
        >>Anyone know that that is and how to cure it? TIA
        >
        Do you have the Google toolbar installed? That could be the culprit.
        Didn't know that. Good one Geoff! Glad I don't use it!


        --
        Schraalhans Keukenmeester - schraalhans@the .Spamtrapexampl e.nl
        [Remove the lowercase part of Spamtrap to send me a message]

        "strcmp('apples ','oranges') < 0"

        Comment

        • java.inet@gmail.com

          #5
          Re: yellow text box

          <form name="form1" method="post" action="">
          <table width="100%" border="0" cellspacing="0" cellpadding="0" >
          <tr>
          <td>
          <input type="text" name="textfield " style="backgrou nd:yellow">
          </td>
          </tr>
          </table>
          </form>

          Comment

          Working...