[jQuery] Getting image src while using iepngfix
<div dir="ltr">Hey guys,
I do have an image overlay running at: <a href="http://preview.ndoki.de/">http://preview.ndoki.de/</a>
It works like a charm in all browsers, except IE6.
I noticed that it does not work, because the iepngfix script changes the src-attribute of the images, since my navigation is made up from transparent PNGs. But the jQuery rollover script relies on the src-value, since it swaps out the image by altering its source.
Is there any way to make jQuery retrieve the real, as in hard-coded, src-value of the image? The value that is in the markup and not the one changed by Javascript.
I also could put the image name into the title again, but this would change my markup and isn't that what jQuery saves you from doing?
;)
Regards,
Samy
</div>