Forum Moderators: not2easy
I want to be able to use some PHP on my website to generate CSS, instead of using fixed .css files. This should enable me to fine tune for different browsers. But I have found that Firefox and Camino ignore the styles in the .php file, even if I use a full URL to reference it as in this line:
<link rel="stylesheet" type="text/css" href="http://www.example.com/styles.php" />
Safari, Opera and IE 7 all seem to manage. I have seen another site use this trick, and it looked all right. Any ideas?
Regards,
Mark
[edited by: SuzyUK at 11:19 am (utc) on Dec. 14, 2006]
[edit reason] examplied url [/edit]