When we use jQuery to fade on images that use an IE8 png fix, there can be issues such as:
- The PNG fix not working at all, and the image having a black outline or going completely black
- The png looks ok, but the image doesn't fade on.
##Solution
Wrap the image in a div and apply all styling to the wrapper div. The key is to not target the image with any css, and apply any positioning or class references to the wrapping div.