Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Help with two styles to a contact form, please. Reply To: Help with two styles to a contact form, please.

#175189
Paulie_D
Member

I’m having trouble getting a linear gradient to apply to a select button.


    .cform select {
    width: 228px;
    border-radius: 5px;
    background: -webkit-linear-gradient(#E7DEC6, #DFD0B1);
    background: -o-linear-gradient(#E7DEC6, #DFD0B1);
    background: -moz-linear-gradient(#E7DEC6, #DFD0B1);
    bbackground: linear-gradient(#E7DEC6, #DFD0B1); /* spelling error ?? */
    }

I can see it…in Chrome…is this browser specific?

It is applying to the text area which is not what I want.

Text area? – I’m not sure what you mean.