Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS IE8 background image bug Reply To: IE8 background image bug

#153537
raja67.develop
Participant

@Senff I closed the div mate but not working yet but i could fix with a conditional css for IE8 and i overriden the broken gray image with background: none property and site looks fine
<!--[if lte IE 8]>
.home #gray-panel{width: 1050px!important ; height: 375px!important;background:none; !important; } <![endif]-->