C
Carlos Cruz
Hi,
How can I have 2 asp:hyperlink at the same aspx page but with diferent
styles ?
I've tryed this:
A:visited
{
color: #febc11;
text-decoration: underline;
}
A.Menu:visited
{
font-weight: bold;
color: #febc11;
text-decoration: underline;
}
.... but can I tell each control to use the diferent style ?
By the way... I tryed to use Styles in an ascx and inserted it on an aspx
page (with no styles applyed) and the styles doesn't work.
I don't understand...
Thanks in advance
CC
How can I have 2 asp:hyperlink at the same aspx page but with diferent
styles ?
I've tryed this:
A:visited
{
color: #febc11;
text-decoration: underline;
}
A.Menu:visited
{
font-weight: bold;
color: #febc11;
text-decoration: underline;
}
.... but can I tell each control to use the diferent style ?
By the way... I tryed to use Styles in an ascx and inserted it on an aspx
page (with no styles applyed) and the styles doesn't work.
I don't understand...
Thanks in advance
CC