in reply to Re: jQuery, Mason, perl??
in thread jQuery, Mason, perl??

Thanks for the replies guys :)

I have been fooling around with it and I think I need to either fix my apache config or declare the CSS differently because when I put the <%perl>...<%/perl>perl blocks in, the css no longer works properly, and in so doing I believe makes the javascript stuff not work either, but I cannot confirm that yet.

Any ideas on what breaks my css? I am considering that it is most likely something with the mason stuff I am doing where I may need to call the js and the css differently, like in some kind of block <%filter>...<%/filter> maybe?

Replies are listed 'Best First'.
Re^3: jQuery, Mason, perl??
by raisputin (Scribe) on Jul 14, 2009 at 20:13 UTC
    Ah, figured it out. I had to add
    <%init> $r->content_type("text/css"); </%init>
    To the .css file