Re: [Ovillo] CSS es posible ??

2006-04-08 Por tema Federico MP
On 4/8/06, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > Entonces es mucho mejor hacerlo asi: > > #query_word, #search { ... Tonto de mí que no tengo el código original. Si los elementos INPUT tiene el atributo id definido como query_word y search, sí, hacerlo como se menciona arriba es mejor.

RE: [Ovillo] CSS es posible ??

2006-04-08 Por tema Reynier Perez Mira
Entonces es mucho mejor hacerlo asi: #query_word, #search { margin : 2px; background: transparent; border: 1px solid #FF; color: #FF; } #query_word { width: 130px; } #search { width: 70px; } Que ponerlo así: input[type="submit" name="query_word"] { width: 10px; background: tran

Re: [Ovillo] CSS es posible ??

2006-04-08 Por tema Federico MP
On 4/8/06, Reynier Perez Mira <[EMAIL PROTECTED]> wrote: > Si quiero aplicar estilo diferentes a los dos elementos INPUT que tengo en el > formulario de mas arriba, ¿podría hacerlo de esta forma? > > input[type="submit" id="query_word"] { > width: 10px; background: transparent; > } Sí. >

[Ovillo] CSS es posible ??

2006-04-08 Por tema Reynier Perez Mira
Hola lista: Supongamos que tengo lo siguiente: label, input { font : 10pt Arial, Trebuchet, Helvetica, sans-serif; color : #3670a7; float : left; margin-bottom : 5px; background-color : #fff; } Y en el HTML normalmente tengo lo siguiente: