![Antiguo](http://static.forosdelweb.com/fdwtheme/images/statusicon/post_old.gif)
18/11/2005, 02:46
|
![Avatar de KarlanKas](http://static.forosdelweb.com/customavatars/avatar11549_2.gif) | Moderador extraterrestre | | Fecha de Ingreso: diciembre-2001 Ubicación: Madrid
Mensajes: 6.987
Antigüedad: 23 años, 1 mes Puntos: 61 | |
Esto funcionaría con cualquier navegador que no sea IE: Código PHP: <html> <head> <title>Untitled</title> <style> table{ background:#ffcc66; } td{background:#ffffcc; font:normal 10px/10px verdana; padding:5px;} td:hover{background:#ffff66;} </style> </head>
<body>
<table> <tr><td>pepepe</td><td>pepepe</td><td>pepepe</td></tr> <tr><td>pepepe</td><td>pepepe</td><td>pepepe</td></tr> <tr><td>pepepe</td><td>pepepe</td><td>pepepe</td></tr> <tr><td>pepepe</td><td>pepepe</td><td>pepepe</td></tr> <tr><td>pepepe</td><td>pepepe</td><td>pepepe</td></tr> <tr><td>pepepe</td><td>pepepe</td><td>pepepe</td></tr>
</table>
</body> </html>
Está hecho con CSS.
__________________ Cómo escribir
No hay pregunta tonta, sino tonto que quiere seguir en la ignorancia. |