Putting Javascript into CSS

前端 未结 3 704
情话喂你
情话喂你 2020-12-11 18:40

I\'ve been thinking about something. On my forum, there are default CSS codes that the users can choose from. This changes everything from background to text color. I have a

3条回答
  •  無奈伤痛
    2020-12-11 19:41

    There is a work around...

    It not putting script in pure CSS code, but have a script to generate CSS Depending what scripting language you are using (eg PHP) your link to CSS file should look like:

    
    

    you can even add params like:

    
    

    and in you styles.php what should look like CSS file with a few exceptions:

    body {
         
      ......... 
    }
    

提交回复
热议问题