Homepage Promo Image in Internet Explorer

The promo image on the homepage is not rendering properly in the Internet Explorer 8.

I have attached a screenshot for reference.

Can someone suggest a solution?

Homepage_Banner_Image.JPG · 25.3K · 94 views
Quote · 7 Feb 2011

I am having the same problem.

Quote · 25 Feb 2011

This is a problem shared by all....I really wish they could fix this and the other problems with IE8

Quote · 25 Feb 2011

In the file: yoursite.com/inc/js/jquery.dolPromo.js

 (towards the top of the file - line 16 in my editor)

 

Find

$img.css({
position: 'absolute',
left: Math.round( ($img.parent().width()  / 2) - ($img.width()  / 2)),
top:  Math.round( ($img.parent().height() / 2) - ($img.height() / 2))
});

 

Change this to

$img.css({
position: 'absolute',
left: 0,
top:  0,
width: '994',
height: '262'
});

 

You may need to adjust the height/width of the image according to your sites version and page settings.

Make sure to clear your site cache and browser cache. If it doesn't seem to have taken, manually clear your site cache and repeat clearing your browser cache.

This does work in Dolphin 7.05 - I have applied it myself.

 

 

 

(P.S. I didn't create this fix. It was a collaborative effort on the part of houstonlively, MichelSwiss, and DeeEmm)

Quote · 25 Feb 2011

Worked great!  Thank you all.

Quote · 25 Feb 2011
 
 
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.