Sub Menu Styling- h_menu_bg.png

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.

Quote · 8 Feb 2009

I fixed it by un-commenting this piece of code in general.css

* html .subMenu {
background-image:none;
filter:progid:DXImageTransform.Microsoft.AlphaImageLoader(src='templates/tmpl_uni/images/h_menu_bg.png', sizingMethod='scale');
background-image:url('templates/tmpl_uni/images/h_menu_bg.png');
}
Quote · 10 Feb 2009
 
 
Below is the legacy version of the Boonex site, maintained for Dolphin.Pro 7.x support.
The new Dolphin solution is powered by UNA Community Management System.