Código HTML:
<td rowspan="3" class="ContentNewsDetail NewsList" valign="top" style="width:645px"> <h3>2009</h3><br /> <a href="#"> <h1>Title</h1> <h2>Date - location</h2> <p>content...</p> </a> </td>
Código HTML:
<style type="text/css"> .NewsList a:hover{ text-decoration:none; } .NewsList a:hover p{ color:#0082B4; } .NewsList a:hover h1{ color:#FF6600; } .NewsList a:hover h2{ color:#8C8D8E; } </style>
Me pueden dar una mano por favor
Gracias.