domingo, 24 de agosto de 2014

<!DOCTYPE html
<html>
<head>
  <title></title>
  <style type="text/css">
   [required]{
 box-shadow: 0 0 10px 1px #818181;
   }
  </style>
</head>
<body>
<table>
  <tr>
     <td>Nombre</td>
     <td>
         <input type="text" required>
     </td>
     <td>Apellido</td>
     <td>
         <input type="text" required>
     </td>
</tr>
</table>
</body>
</html>

Veamos la implementacion de este ejemplo:



0 comentarios :

Publicar un comentario

-->