Reflection Issue with Opera & Chrome

a place to get help

Moderator: 1.2 Moderators

Forum rules
  • Every time you need help create a new thread (but please use the search function before, as your problem maybe has already been solved)
  • use code highlighting (help)
  • After your problem has been solved you have to rename the subject to "[solved] <Topicname>" AND set the Topic icon as solved (the green check)

Reflection Issue with Opera & Chrome

Postby hotinno on Sun Mar 07, 2010 12:53 pm

Hi everybody, I have an issue with the image reflection with chrome and Opera and i can't solve it.
Here you can see my web site and see what i'm talking about : http://watermelonco.com/ga.php


My JS code in my page :
  1. var myMooFlowPage = {   
  2.  
  3.  
  4.  
  5.     start: function(){
  6.  
  7.  
  8.  
  9.         var mf = new MooFlow($('MooFlow'), {
  10.  
  11.             bgColor: '#fff',
  12.  
  13.             useSlider: true,
  14.                 useAutoPlay: false,
  15.                 useCaption: true,
  16.                 useResize: false,
  17.                 useMouseWheel: true,
  18.                 useKeyInput: true,
  19.                 useViewer: true
  20.  
  21.             });
  22.            
  23.                         $$('.loadjson').addEvent('click', function(){
  24.                 mf.loadJSON(this.get('href'));
  25. return false;
  26. });
  27.            
  28.             mf.attachViewer();
  29.            
  30. $$('.loadremote').addEvent('click', function(){
  31.                 mf.loadHTML(this.get('href'), this.get('rel'));
  32.                 return false;
  33.             });
  34.            
  35.         }
  36.        
  37.     };
  38.    
  39.     window.addEvent('domready', myMooFlowPage.start);
  40.  


Sorry, for my bad english, I'm french :?

Thanks, All.

EDIT : I see that there is this problem even in the official web site : http://www.outcut.de/MooFlow/example-callback.html :?

EDIT 2 : For those who don't have chrome 4.0,, this is a screenshot : http://browsershots.org/screenshots/729a3b8bdc2b4fa698b055b60123f94f/
hotinno
 
Posts: 1
Joined: Sun Mar 07, 2010 12:41 pm

Return to Help

Who is online

Users browsing this forum: No registered users and 1 guest

cron