Hello
i have a weird problem where css generated via php (stuck with a weird cms from an even weider programmer) is ingored by firefox 3.X and probably earlier. But the page loads ok in other browsers like IE7/8 and chrome. Also firebug doesn't see the css either but when i point my browser to the php-css-generation script it show me a plain page with css code
<link rel="stylesheet" type="text/css" href="app/style.php?PageID=224&Admin=">
does anybody know where should i look for some answers or how to possibly fix this? Could there be a problem with that "&Admin=" part?