HI All,
I have replaced the sub menu backgroung image h_menu_bg.png with my own. Its working fine in mozilla , but it is not getting reflected on IE. It is reading the old h_menu_bg.png although I have removed the old image file.
I am not sure if it is reading from some other location. This is the piece of CSS code in general.css.
.subMenu {
		background-image:url(../images/h_menu_bg.png);
		background-repeat:repeat-x;
		height:45px;
		padding-top:0px;
		/*padding-left: 14px;*/
		font-weight: bold;
		background-color: white;
		position: absolute;
		top: 0px;
		/*width: 946px;*/
		width: 100%;
	}
I am using the default template.
