Is there an easy way to stop LinkButtons from being greyed out in IE when disabled, as it makes them hard to read.
Thanks
Is there an easy way to stop LinkButtons from being greyed out in IE when disabled, as it makes them hard to read.
Thanks
Hi,
As the question is tagged with "css", I think this answer could be helpful too:
The key concept of styling a link stands toward following steps:
a:link
, a:visited
, a:hover
, a:active
.If you pay attention to these, you may have perfectly styled links.
I hope it helps.