Level: Intermediate For my header image I have defined something in CSS like this, #pic { BACKGROUND: url(pic.jpg) repeat-x; }. This works fine for a static image. If you want to rotate your image, you will need to dynamically grab that image to get there. ( Google this need, and you will find a lot of pages with PHP solution ). Here is what you do in .Net to rotate images with CSS ! Your …