Posts Tagged "MooFlow"

MooFlow – Error: ‘getElement(…)’ is null or not an object


If you have been following my posts you would know that I’m personally a big fan of JQuery. On my current project I have been assigned to development of a carousel using MooFlow. Everything is working fine, in all the browsers excpt in IE6 I get the error:

Error: ‘getElement(…)’ is null or not an object

Which prevents the carousel from loading… after doing some investigations on the subject It turns out that the issue is mainly with the transparency in the .png files,… There are some JS patches to fix this problem in IE6 or lower versions, I have tried one but it doesnt seem to work with MooFLow,… I hate IE! 

Update Feb 27, 2009:
Well I don’t have a clean solution yet. In my case the problem seems to be caused to different issues. If you really have to do this then I would suggest using an Iframe, or changing the images to something without transparency.

Read More