Re: [Ovillo] Aplicar estilo a elemento INPUT

2006-03-20 Por tema oberon
Reynier Perez Mira a écrit : Hola lista: Tengo la clase general para elementos INPUT de la siguiente forma: input { text-indent: 2px; font: 1em Tahoma; } Ahora tengo un TD cuya clase es la que sigue: td.formulario_busqueda_abajo { background:

RE: [Ovillo] Aplicar estilo a elemento INPUT

2006-03-20 Por tema Reynier Perez Mira
: Re: [Ovillo] Aplicar estilo a elemento INPUT Reynier Perez Mira a écrit : Hola lista: Tengo la clase general para elementos INPUT de la siguiente forma: input { text-indent: 2px; font: 1em Tahoma; } Ahora tengo un TD cuya clase es la que sigue

RE: [Ovillo] Aplicar estilo a elemento INPUT

2006-03-20 Por tema Daniel calderón
Reynier, Esto funciona perfectamente: html xmlns=http://www.w3.org/1999/xhtml; head meta http-equiv=Content-Type content=text/html; charset=iso-8859-1 / titleDocumento sin tiacute;tulo/title /head style input { border:1px solid black } td.formulario_busqueda_abajo input { border: 2px solid

Re: [Ovillo] Aplicar estilo a elemento INPUT

2006-03-20 Por tema DJ-Dom
y de esta forma:? .formulario_busqueda_abajo td input { background: transparent; text-indent: 3px; font: 0.8em Tahoma; } ¿? Saludo, DJ-Dom El día 20/03/06, Daniel calderón [EMAIL PROTECTED] escribió: Reynier, Esto funciona perfectamente: html

RE: [Ovillo] Aplicar estilo a elemento INPUT

2006-03-20 Por tema Reynier Perez Mira
Bueno gracias a todos. Al parecer el error era mio porque ahora me funciona. Miren debajo: form { width: auto; background: transparent; } td.formulario_busqueda_abajo { background: url(../images/simpro_r9_c2.jpg) no-repeat; line-height: 25px; width: 255px;