QuoteOct 27, 2008 21:330 likesLike
 

I am having a problem with the flash presentation showing up off center. It showes up randomly down and to the right of center. Can anyone help me with keeping it center all the time?

 

Thank you.

QuoteOct 27, 2008 21:381 likesLike
 

If you are using Dolphin 6.1, there is no Flash but JavaScript and the problem was reported lot of times (IE7). As far as I know, no solution was found (at least given) until now...

Life is a fatal disease, sexually transmissible - Virginity is carcinogenic! Ask here for vaccine.
QuoteOct 28, 2008 05:410 likesLike
 

Thanks for the reply. Yes, we are using the dolphin 6.1. You seem to illude to the fact there is a solution. Is there a solution to the issue other than stop using IE7?

QuoteNov 30, 2008 22:410 likesLike
 

I have the same problem ..can someone help me to fix this issue ?

QuoteFeb 21, 2009 08:110 likesLike
 

Yes, same Problem here, and it is driving me crazy! THe only way to get it centered is by clicking on my logo. weird.

I will most likely just replace with a flash file.

QuoteMar 03, 2009 01:180 likesLike
 

inc/js/jquery.dolPromo.js

give this line real values instead of "auto" OMG IE hates these

$Img.css( { width: 'auto', height: 'auto', left: 0, top: 0 } );

here you can also play with:

var iInterval = iInterval || 3000; //switching interval in milliseconds
var fRatio = fRatio || 0.28125; //main div size proportion (height/width)

till it fits your need

I have video tutorials to help you mrpowless.com
QuoteJul 05, 2009 15:000 likesLike
 

 

inc/js/jquery.dolPromo.js

give this line real values instead of "auto" OMG IE hates these

$Img.css( { width: 'auto', height: 'auto', left: 0, top: 0 } );

 

here you can also play with:

var iInterval = iInterval || 3000; //switching interval in milliseconds
var fRatio = fRatio || 0.28125; //main div size proportion (height/width)

 

till it fits your need

 This was just what I needed to fix that floating thing the flash does. I set the line to

$Img.css( { width: '1400', height: '350', left: 0, top: 0 } );

 

Everythings is peachie.

Good thing:

     baner is in fixed position

 

Bad thing:

      all images are stretched to the fixed width

 

 

Thanks!