PDA

View Full Version : Jquery's ScrollShow is not working in IE if I use IE's PNG Fix


Uzair
11-28-2007, 12:17 PM
Dear Experts,

I am using transparent PNGs & as you know IE has problems showing the transparents PNGs. To fix this issue I am using this fix... http://homepage.ntlworld.com/bobosola/pnghowto.htm
I recently downloaded & applied JQuery's ScrollShow component (http://jquery.com/plugins/project/ScrollShow). Everything was fine on FF,Opera,NS but when I tried to view the scroller in IE, I noticed that if I remove the IE's PNG FIX then scroller works & if I dont remove the PNG FIX thing, scroller doesn't load & gives error.

Can we fix it? I wanna use both (Scroller + PNG Fix) & they also should work fine in IE. Please let me know if there is any FIX for this.

Regards

abduraooft
11-28-2007, 02:11 PM
Please post a link to your page.
IE's PNG fix causes some problem to the applied element.

Uzair
11-29-2007, 05:50 AM
Dear,

Here is the URL of the page " http://www.uzairusman.com/baby/ "
Please check the page in both IE & firefox.

Hoprfuly you will find some solution...

Best Regards,
Griffin

abduraooft
11-29-2007, 03:32 PM
Yes, I had a clue, but delayed to post due to CF's hack issue.
Your IE fix is trying to work on elements which are not loaded at that time.
So either move the code
<!--[if IE]>
<script type="text/javascript" src="iepngfix.js"></script>
<![endif]-->
to the end of the page, or enclose the code in to a function and call it in the onload event.

I think there is some logical mistake in the way you have placed the border image. (ie, if it is simply a border, set it as a background rather than img)
And I suggest you to use a CSS fix for your PNG images.