Ciao a tutti ho un problema con i css?
Vi posto il codice, il problema è che non riesco a far cambiare il colore del link dentro la tabella cioè il colore del link dentro la tabella deve essere diverso dal colore del menu di sx?
Si può fare...Grazie
<html>
<head>
<title>Css</title>
<style type="text/css">
<!--
.cssmenusx {
font-family: Arial, Helvetica, sans-serif;
font-size: 14px;
color: #333333;
border: groove;
line-height: normal;
font-style: italic;
text-align: left;
font-weight: bold;
text-transform: none;
font-variant: normal;
text-decoration: blink;
border-top-style: groove;
border-bottom-color: #CCCCCC;
}
body,td,th {
font-family: Georgia, Times New Roman, Times, serif;
font-size: 14px;
color: #333333;
}
body {
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-image: url();
}
a:link {
color: #666666;
text-decoration: none;
}
a:visited {
color: #666666;
text-decoration: none;
}
a:hover {
color: #000099;
text-decoration: none;
}
a:active {
color: #000099;
text-decoration: none;
}
-->
</style>
</head>

<body>
<table width="769" height="573" border="0" align="center" class="cssmenusup">
<tr>
<th width="23%" height="362" align="center" valign="top" scope="row"><table width="98%" align="center" cellpadding="1">
<tr>
<td align="center" valign="top"></td>
</tr>
<tr>
<td align="left" valign="top" class="cssmenusx"><div align="left">link1</div></td>
</tr>
<tr>
<td align="left" valign="top" class="cssmenusx">link2</td>
</tr>
<tr>
<td align="left" valign="top" class="cssmenusx">link3</td>
</tr>
<tr>
<td align="left" valign="top" class="cssmenusx">link4</td>
</tr>
<tr>
<td align="left" valign="top"></td>
</tr>
</table>


</p></th>
<td width="77%" align="center" valign="top">


</p>
<table width="100%" border="1">
<tr>
<td>link di colore diverso </td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
<tr>
<td></td>
</tr>
</table>

</p>


</p>


</p>
</td>
</tr>
</table>
</body>
</html>