Example :
<style type="text/css">
formInput {
        font-family : Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #4A4A4A;
        border : 1px solid #8A8A8A;
        background : #F4F4F4;
}
formButton {
        font-family : Verdana, Arial, Helvetica, sans-serif;
        font-size : 11px;
        color : #134280;
        border : 1px solid;
        border-top-color: #B5CFF3;
        border-left-color: #B5CFF3;
        border-right-color: #347DDF;
        border-bottom-color: #347DDF;
        background : #ECF3FC;
}
</style>
<input type="text" name="SomeText" value="" class="formInput">
<input type="button" name="SomeButton" value="Some Button"
class="formButton">


Benoit Hediard

-----Message d'origine-----
De : Rick Faircloth [mailto:[EMAIL PROTECTED]]
Envoyé : vendredi 20 septembre 2002 14:31
À : CF-Talk
Objet : OT: Can form fields look differently?


A little OT, but a quick one...

Can form fields be made to look differently
or are we stuck with the typical looking fields...
white with the normal border?

Rick



______________________________________________________________________
Structure your ColdFusion code with Fusebox. Get the official book at 
http://www.fusionauthority.com/bkinfo.cfm
FAQ: http://www.thenetprofits.co.uk/coldfusion/faq
Archives: http://www.mail-archive.com/cf-talk@houseoffusion.com/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to