Ask a Question related to Macromedia Dreamweaver, Design and Development.
-
Showjumper #1
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
-
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... -
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... -
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... -
Help: Text Field Color &amp; Scrolling
My line... set the textColor of line (newLine) of field me = 000 produces the script error "Property not found... #textColor" -
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: ... -
David #2
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
-
Gary White #3
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



Reply With Quote

