I can't get this to fade smoothly in IE8. It works with the IE8 IE "Compatibility View" mode and on all the other non-IE browsers I've tried it on.
The "IAN MARTIN wedding photojournalism" animation part works perfectly in both 7 & 8. Then, the rest of the page is supposed to fade in. But, in IE 8, it just snaps into view and doesn't fade in like it's supposed to. I do have a lot of jquery stuff happening on this page, don't know if that's part of the problem? I do have jquery "Curvy Corners" inside the child div that fades in, the div that contains everything on the page... This isn't an issue on any of the other non-IE browsers I've tried it on...
Here it is, if people can take a look at my source and let me know if anything leaps off the page as a possible cause of my issue, please let me know. (Too much going on I think to cut 'n' paste the code into here.) Thanks!
http://ianmartinphotography.com/test-site/index.html
A follow-up, can I simply insert this code telling IE8 to emulate IE7 or will that eventually stop working as IE 8 gets updated?
<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />