2013-10-06 59 views
-1

我有一個小問題。我可以用這種方式動態更改(使用php)CSS樣式的內容嗎?在php中動態更改css?

<?php 
       header("Content-type: text/css; charset: UTF-8"); 

       $color = "red;"; 

       ?> 

       header  { 

          color:<?php print $color; ?> 

          }  

?> 
+1

你有沒有考慮嘗試嗎? – JJJ

+0

是的,但沒有找到。問題是,當使用沒有