Hi all,
I am having a problem implementing CSS in my App, in the Orkut
OpenSocial Container.
I want styles for hyperlinks which i did using the following CSS:
a {font-family: Arial, Helvetica, sans-serif;text-decoration: none;
color: #0063DC;}
a:link {color:blue;text-decoration: none;}
a:visited {color: #660066; text-decoration: none;}
a:hover { color: #009900;text-decoration: none;}
a:active {color: #ff0000;text-decoration: none;}
Problem is that i am getting just the default style in Firefox(3)
while the style comes off great on Internet Explorer(7).
Help !