Were you able to get it to work using <style type="text/css">@import url(<...>.css)</style>? This should work -- if your styles aren't updating properly, your browser's cache is probably to blame. Clearing it should do the trick.
As a matter of fact, we're encouraging developers to put their styles and scripts inline with the application specification. It's not as organized an approach but it helps with latency and caching problems like this. - Jason On May 9, 3:05 am, roby <[EMAIL PROTECTED]> wrote: > I notice caching js, css files but after that css style will not > apply anymore only js. > Solution on this: > <style type="text/css"> @import url(http://example.com/css/ > somefile.css); </style> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Orkut Developer Forum" 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-orkut?hl=en -~----------~----~----~----~------~----~------~--~---

