I created template for my friend's website (modified standard wordpress one), everything works perfect apart from menu bar under IE7 where background image is missing.

My CSS for this part looks like this:
Code: Select all
#access {
background: #616161 url(images/menu_background.jpg) no-repeat;
display: block;
float: left;
margin: 0 0 0 0;
width: 900px;
height: 38px;
}