Hi there If you go to this site - http://wowinsider.com/ - you will see a yellow strip across the top. I am trying to do something similar for one of my sites, and have looked at their source code, and their stylesheet and havent got anything. Can someone help me out? Thank you!
Well it's fairly easy if you don't need to use a specialty image or anything. If all you need is a color strip then you could do this: body { margin: 0; } #header { height: 50px; background: #ccc; margin: 0; padding: 0; } Code (markup): <div id="header"> </div> Code (markup): You can also use an image. You can check out a page I'm working on for that technique. Just look at the source. deronsizemore.com/test/index.html