|
Hi. Currently I am designing a skinnable blog in XHTML & CSS, powered by PHP.
Currently, when a different skin cookie is read I have to make one control loop to call a different CSS style sheet, and a seperate one to change the src attribute of any skin specific IMG tags. is there a way to control what picture is loaded, purely through CSS?
|