
23/02/2007, 17:31
|
 | | | Fecha de Ingreso: septiembre-2005 Ubicación: Córdoba
Mensajes: 1.830
Antigüedad: 19 años, 6 meses Puntos: 55 | |
Re: Tablas personalizadas viejo primero q nada es bastante arriesgado dejar el acceso a las base de datos asi en un foro e pueden borrar todo!!!
lo q vos preguntas se hace
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en-US" lang="en-US">
<head>
<title>New document</title>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
</head>
<body>
<table width="90%" border="1">
<tr onmouseover="this.style.backgroundColor='#FFCC00'; " onmouseout="this.style.backgroundColor='#00CCFF';" >
<td>texto </td>
<td>texto</td>
</tr>
<tr onmouseover="this.style.backgroundColor='#FFCC00'; " onmouseout="this.style.backgroundColor='#00CCFF';" >
<td>texto </td>
<td>texto</td>
</tr>
<tr onmouseover="this.style.backgroundColor='#FFCC00'; " onmouseout="this.style.backgroundColor='#00CCFF';" >
<td>texto </td>
<td>texto</td>
</tr>
<tr onmouseover="this.style.backgroundColor='#FFCC00'; " onmouseout="this.style.backgroundColor='#00CCFF';" >
<td>texto </td>
<td>texto</td>
</tr>
<tr onmouseover="this.style.backgroundColor='#FFCC00'; " onmouseout="this.style.backgroundColor='#00CCFF';" >
<td>texto </td>
<td>texto</td>
</tr>
</table>
</body>
</html> |