div background image not working in IE6
Posted: 20 January 2011 03:59 PM   [ Ignore ]
Newbie
Rank
Total Posts:  1
Joined  2011-01-20

Hi,

I’m having problems displaying the background image in a div.

#menu{
  background-image: url(‘images/menu_dash.gif’) repeat x;
  width:100%;
  height:40px;
}

Any assistance would be greatly appreciated.

Thanks

Profile
 
 
Posted: 22 March 2011 08:04 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  4
Joined  2011-03-22

Yeah it doesn’t work in IE 6, but works well in IE 9. It’s a drawback of the browser version.

Profile