hi im trying to make a web page. Following css im using for the style part, when i give wrapper a background color its working but when i go and style child elements the ground color of wrapper is not working, what could be the reason? please help me!
body{margin:0px}
.wrapper{width:960px; margin:0 auto; background-color:#ccc;}
.wrapper > .header{width:960px;}
.wrapper > .header > .logo{width:209px; height:50px; float:left;}
.wrapper > .header > .links{float:right;}