Código HTML:
<!doctype html> <!--[if lt IE 7 ]> <html class="ie6 ie"> <![endif]--> <!--[if IE 7 ]> <html class="ie7 ie"> <![endif]--> <!--[if IE 8 ]> <html class="ie8 ie"> <![endif]--> <!--[if IE 9 ]> <html class="ie9 ie"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--><html class="no-js" lang="es"><!--<![endif]--> <head> <!-- Powered by: Aggressivex NetWorks --> <meta charset="utf-8"> <style type="text/css"> table { width: 100%; } table th { background-color: Crimson; color: white; font-size: 12px; font-height: 0px; } table.td { font-size: 12px; font-height: 0px; } table tr:nth-child(odd) { background-color: #f4f4f4; } .center{ text-align: center; } .event { width: 460px; font-family: Arial, Helvetica, sans-serif; border-bottom: 1px solid #ddd; font-size: 13px; font-height: 13px; cursor: pointer; } .title { padding: 2px 2px; } .time { color: #aaa; } .event:hover .title{ background-color: #f3f3f3; } .mirros{ display: none; } </style> <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7.2/jquery.min.js"></script> <script type="text/javascript"> $(document).ready(function() { $('.title').click(function(){ $(this).next().toggle(); }) }); </script> </head> <body> <div class="event"> <div class="title"> <span class="time">03:00</span> Tennis (Challenger Seoul) - <b> Samsung Securities Cup (03</b> </div> <div class="mirros"> <table> <tr> <th>P2P</th> <th>Nombre</th> <th>Tipo</th> <th>Idioma</th> <th>kbps</th> <th>Link</th> </tr> <tr> <td class="center">NO</td> <td>bet365 Streaming</td> <td >Web (Flash)</td> <td class="center"></td> <td class="center">575</td> <td class="center"><a rel="nofollow" target="blank" href="http://www.bet365.es/?affiliate=365_149892">Ver</a></td> </tr> </table> </div> </div> <div class="event"> <div class="title"> <span class="time">03:00</span> Vólei playaBeach volley - <b> Phuket Abierto de TailandiaThailand Open (03</b> </div> <div class="mirros"> <table> <tr> <th>P2P</th> <th>Nombre</th> <th>Tipo</th> <th>Idioma</th> <th>kbps</th> <th>Link</th> </tr> <tr> <td class="center">NO</td> <td>bet365 Streaming</td> <td >Web (Flash)</td> <td class="center"></td> <td class="center">575</td> <td class="center"><a rel="nofollow" target="blank" href="http://www.bet365.es/?affiliate=365_149892">Ver</a></td> </tr> </table> </div> </div> <div class="event"> <div class="title"> <span class="time">03:00</span> Hockey (NHL) - <b> Los Angeles - Phoenix</b> </div> <div class="mirros"> <table> <tr> <th>P2P</th> <th>Nombre</th> <th>Tipo</th> <th>Idioma</th> <th>kbps</th> <th>Link</th> </tr> <tr> <td class="center">NO</td> <td>bet365 Streaming</td> <td >Web (Flash)</td> <td class="center"></td> <td class="center">575</td> <td class="center"><a rel="nofollow" target="blank" href="http://www.bet365.es/?affiliate=365_149892">Ver</a></td> </tr> <tr> <td class="center">P2P</td> <td>Coburg</td> <td >StreamTorrent</td> <td class="center">en</td> <td class="center"></td> <td class="center"><a rel="nofollow" target="blank" href="st://A0ACgpwEdTgDOAaCoAHIgBYZGByKz+SYV2PQiWW3Lr7bihcGQ29idXJnimEAikEHZGVmYXVsdIqiBlNwb3J0cw==">Ver</a></td> </tr> </table> </div> </div> </table> </div> </div> </tr> </table> </div> </div> </body> </html>