Ver Mensaje Individual
  #5 (permalink)  
Antiguo 24/11/2012, 09:37
Avatar de IsaBelM
IsaBelM
Colaborador
 
Fecha de Ingreso: junio-2008
Mensajes: 5.032
Antigüedad: 15 años, 10 meses
Puntos: 1012
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');}