Re: [css-d] What's wrong with this?

2005-11-13 Thread Reynier Perez Mira
Thanks now works as a button but I have a problem. How I can ersize the button? I try in this way *** button, submit { border-color: #00; border: 1px solid; font: bold 10px Tahoma; border-style: outset; background: #72BFCF;

Re: [css-d] What's wrong with this?

2005-11-13 Thread David Dorward
On 13/11/05, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > I'll try to style a button or submit element and build this class for > they: > button, submit { > But button or submit element don't change? Why ? Probably you have an element, not a element or a (non-existant in HTML) element. >

[css-d] What's wrong with this?

2005-11-13 Thread Reynier Perez Mira
I'll try to style a button or submit element and build this class for they: button, submit { border-color: #00; border: 1px solid; font: bold 10px Tahoma; border-style: outset; background: #72BFCF; } But button or submit element don't change? Why ? Cheer