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 !
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"Implementing OpenSocial Containers" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at
http://groups.google.com/group/opensocial-container?hl=en
-~----------~----~----~----~------~----~------~--~---