[Seaside] How do I include IE specific stylesheets...

Sean Allen sean at monkeysnatchbanana.com
Tue Dec 29 05:43:40 UTC 2009


when using updateRoot so that I end up with:

<!--[if IE] >
< link rel="stylesheet" href="/css/blueprint/ie.css" type="text/css"
media="screen, projection" / >
< ![endif]-->

I can get everything in the link easily enough its the IE specific bit
that is throwing me.

so far i have:

	(aHtmlRoot stylesheet resourceUrl: 'css/blueprint/ie.css' ) addScreen
addProjection.


More information about the seaside mailing list