When a forecolor (for example, red color) is applied on a hyperlink, the forecolor changes on IE, whereas it does not on FF. I could reproduce this from your demo site as well.
This is how the HTML gets created on both the browsers. Span tag is inside the anchor tag and therefore it works.
IE:
<a href="http://www.google.com"><span style="color: #c00000;">test</span></a>
FF:
<span style="color: #ff0000;"><a href="test">http://www.google.com">test</a></span>
We would like to get this fixed for our customers and can you please give us a workaround?
Thanks, Lakshman
This is how the HTML gets created on both the browsers. Span tag is inside the anchor tag and therefore it works.
IE:
<a href="http://www.google.com"><span style="color: #c00000;">test</span></a>
FF:
<span style="color: #ff0000;"><a href="test">http://www.google.com">test</a></span>
We would like to get this fixed for our customers and can you please give us a workaround?
Thanks, Lakshman