Just like the title says. I made a gallery using galleriffic with cross-fading images. In IE6 and IE8 and a couple other browsers, the captions below the images do not cross-fade. In safari, chrome of firefox it works fine - they crossfade without problems. But in IE 6 and 8 (the only versions of IE I have access to), during the transition, they are superimposed with no fading (next caption pops on over previous and when transition is complete, previous caption pops off).
I realize it has something to do with the order of the DOM vs the Flash loading, but I don't know what to do about it. I need that function to be inside $(document).ready(function() { }); The function in question on the actual site is jQuery plugin function (jScrollPane api.getContentPane().load) - i.e. I am trying to get a button in the flash movie to load content into a jScrollPane. If I move that function outside of jQuery, it is recognized by flash, but it doesn't function.
I have tried moving the embedFlash inside the $(document).ready(function() { }), I tried using a swfObject call back to make sure the flash is loaded - nothing works.
I should say that I am a medium level programmer, so sorry if I am missing something obvious.
I think I found a bug using a UI dialog containing a link.
I have a simple page with a UI dialog containing 2 links. The first link is rendered in the browser with a rectangle around it in most browsers I have tested it in. One browser where this does NOT occur is IE6 (haven't tested with IE7). In Safari 5 mac, there is a blue rectangle around the link. In FF 3.6.8 mac and FF 2 Windows there's a black dotted line. In Opera 9.02 in Windows, the link is highlighted blue.
Feel free to school me if I am doing something wrong, or this issue is already known (am still somewhat new to jquery and it's community).
Here is the code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">