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

Ryan Simmons ryan.craig.simmons at gmail.com
Tue Dec 29 06:02:00 UTC 2009


Use if ie do

so.

aHtmlRoot if ie do: [(aHtmlRoot stylesheet resourceUrl:
'css/blueprint/ie.css' ) addScreen
addProjection]

2009/12/29 Sean Allen <sean at monkeysnatchbanana.com>

> 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.
> _______________________________________________
> seaside mailing list
> seaside at lists.squeakfoundation.org
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.squeakfoundation.org/pipermail/seaside/attachments/20091229/b36b47bb/attachment.htm


More information about the seaside mailing list