How do I add font color change on mouse over on a cell while I already have default mouse over font color change page wide?
The page style is:Code:<tr> <td style="background-color:#F8F8F8;text-align:center; padding-left:10px" onmouseover="this.style.backgroundColor='#FF9900';this.style.borderColor='#FFFFFF';" onmouseout="this.style.backgroundColor='#F8F8F8';this.style.borderColor='#ffffff';" height="20"> <p style="text-align: left"><font face="Arial" style="font-size: 8pt; font-weight: 700" color="#FF9900">» </font> <font face="Arial" style="font-size: 8pt; font-weight: 700"> <a style="text-decoration: none" href="network.htm">Data Center & Network</a></font></td> </tr>
Code:<style type="text/css"> a:link { color:#2E304E; } a:visited { color:#2E304E; } a:hover { color:#FF9900; } </style>



Reply With Quote


Bookmarks