PHP CSS style switcher multiple files example usage

This example has the following CSS include statements:
<link rel="stylesheet" href="css/switcher2.php?default=blue.css" type="text/css" />
<link rel="stylesheet" href="css/switcher3.php?default=border-black.css" type="text/css" />

Because our default CSS files are blue.css and border-black.css this square will be blue with black border the first time you load the example.

 

You can change the 2 included styles simultaneously with these links:

Example 1 shows basic switcher usage.

Please refer to our detailed and user-friendly documentation for details.