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.
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. |
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. |
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? |
I have the same problem ..can someone help me to fix this issue ? |
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. |
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 till it fits your need I have video tutorials to help you mrpowless.com |
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
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! |