4 messages in com.googlegroups.opensocial-container[OpenSocial] Problem with CSS
FromSent OnAttachments
shrink29 Jun 2008 15:42 
shrink02 Jul 2008 08:52 
puneetratan12 Jul 2008 23:52 
Chris Chabot13 Jul 2008 03:35 
Subject:[OpenSocial] Problem with CSS
From:shrink (shre@gmail.com)
Date:06/29/2008 03:42:52 PM
List:com.googlegroups.opensocial-container

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 !