Hi,

I have my webapp that can be used from facebook now. This means that the app
is embebed so all the widths and heights must be changed to fit in the
facebook frame.

My idea is to load the css depending on the url, if the url is facebook) I
will load a particular stylesheet. Otherwise I will use the regular ones.

My webapp now is loading the stylesheets in the Layout component in this
way:
@IncludeStylesheet({"context:css/mainLayout.css","context:css/components.css"})

I have been looking for a solution in the mailing list and didn't find
anything. I read something about contributing in the AppModule, but I don't
know how to use it with my working scheme.

Any idea?

Thanks!


--
View this message in context: 
http://tapestry.1045711.n5.nabble.com/Dynamic-CSS-depending-on-URL-tp5595488p5595488.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to