In the head of my html page I have:
<link media="screen" href="tabs.css.php?tabs=374,375,376,377,378,379,381,380" type="text/css" rel="stylesheet">
The CSS is dynamically created based on the tabs parameter.
This works in IE9, but not in Chrome or Firefox. However, when I tried saving the generated CSS as "tabs.css" and pointing Chrome to that, it worked. That doesn't help me much though because I need the style to be dynamically generated.
How can I get Firefox and Chrome to recognise the stylesheet?