Before I reached out, I had been searching for a solution.
In the process of building my website, I decided to incorporate text-shadow. It seemed straightforward, but turned out to be more complicated than expected.
I discovered that IE does not support the text-shadow property, so I am seeking a jQuery plugin to ensure cross-browser compatibility. Unfortunately, I have yet to find one that works with IE. Ideally, I would like the plugin to work with IE 6+, but I am willing to settle for IE 7+ compatibility.
I am specifically looking for a plugin that doesn't create duplicate text. I want it to utilize layers (z-index) and function effectively in all scenarios.
Your assistance is greatly appreciated.