Hola buenas, alguen sabe como redondear los bordes de un input con javascrirpt?
para que vaya bien en todos los navegadores
gracias de antemano.
| |||
Respuesta: redondear bordes de un input y lo de poner una lupita , vamos resumiendo, mira justo encima de esta web de forosdelweb, al lado del logo amarillo , seria un input como ese lo que necesito algo asi sabrias donde como? |
| ||||
Respuesta: redondear bordes de un input ¿Y si ves el código? No se como esté aquí, pero no creo que tenga mucha ciencia añadirle un background a un input submit. Saludos
__________________ Grupo Telegram Docker en Español |
| ||||
Respuesta: redondear bordes de un input es un poco mas complejo Cita: <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="es" lang="es"> <head> <meta http-equiv="Content-Type" content="application/xhtml; charset=utf-8" /> <title></title> <style type="text/css"> html, body { width: 100%; height: 100%; position: relative; margin: 0; padding: 0; } #buscar input.buscar { background: transparent url('http://static.forosdelweb.com/clientscript/fdwforumhome/search_left.png') no-repeat; border: 0; width: 260px; height: 22px; float: left; padding: 0 5px; } #buscar input.buscar_button { background: transparent url('http://static.forosdelweb.com/clientscript/fdwforumhome/search_right.png') no-repeat; border: 0; width: 27px; height: 22px; display: block; text-indent: -9999px; float: left; cursor: pointer; } </style> </head> <body> <div id="buscar"> <form> <input type="text" class="buscar" name="query" id="s" autocomplete="off"> <input type="submit" class="buscar_button" value="" name="sa" id="sm"> </form> </div> </body> </html>
__________________ if(ViolenciaDeGénero) {alert('MUJER ASESINADA');} |
Etiquetas: |