I have a layout that will need to change colors depending what season it is, and I'm going to just set up a php script that will act as the css file. Then change out the colors automatically depending on the date. My question is this... what would be the best way to go about creating something like this:

See the bar with the three colors? What would you guys suggest I do to display that all in css? I've tried this method...
Code: Select all
<div><ul id="color_bar_top"><li class="color_one"></li><li class="color_two"></li><li class="color_three"></li></ul></div>
and it worked ok, but it acted a little strange when you changed the window size... it's not the biggest deal in the world, but I just thought I'd ask. Thanks guys.
