Form Text field Color

Ask a Question related to Macromedia Dreamweaver, Design and Development.

  1. #1

    Default Re: Form Text field Color

    You need to use CSS, apply a class to the folrmfield you want colored
    .formfield {
    background-color: blue;
    }
    "David" <dross@si.rr.com> wrote in message
    news:bfceof$rne$1@forums.macromedia.com...
    > Hi, How do I change the color of the form text field?
    >
    > Thanks
    > David
    >
    >

    Showjumper Guest

  2. Similar Questions and Discussions

    1. Acrobat form field color help
      I'm using Acrobat 6.0.2 to create fill-in-the-blank forms to be printed by a commercial printer. I need to assign specific Pantone colors to the...
    2. FORM - TEXT FIELD Background Color
      The FORM - TEXT FIELD BACKGROUND colour sometimes defaults to YELLOW and sometimes not depending upon the words that precede it. Using CSS Styles...
    3. Defined text field in form -> subject field in e-mail
      Hi, I have a form on my web site which users send to me by mailto-function. I would like the text they write in a particular text field to...
    4. Help: Text Field Color &amp;amp; Scrolling
      My line... set the textColor of line (newLine) of field me = 000 produces the script error "Property not found... #textColor"
    5. Text Field Color
      Hello, Does anyone know how to set the the foreground and background color of a single in a textfield? For the foreground I've tried: ...
  3. #2

    Default Re: Form Text field Color

    Thanks for the help
    "Rick" <rick_foos@hotmail.com> wrote in message
    news:bfcga7$9b$1@forums.macromedia.com...
    > I think you mean input buttons? There is no great way.
    >
    > You can use a style sheet to change the color of input buttons. It works
    > under IE and Netscape differently, and Unix has font differences. Opera 6
    > doesn't support this method.
    >
    > <input type="button" value="Version" name="btnVersion"
    > onclick="getVersion()" class="baractive">
    >
    > where baractive has foreground and background colors set.
    >
    > Rick
    >
    > "David" <dross@si.rr.com> wrote in message
    > news:bfceof$rne$1@forums.macromedia.com...
    > > Hi, How do I change the color of the form text field?
    > >
    > > Thanks
    > > David
    > >
    > >
    >
    >

    David Guest

  4. #3

    Default Re: Form Text field Color

    "David" <dross@si.rr.com> wrote in message
    news:bfceof$rne$1@forums.macromedia.com...
    > Hi, How do I change the color of the form text field?

    For all you ever wanted to know about styling form components, go to
    [url]http://mako4css.com[/url].

    Gary


    Gary White 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