Ok, so I'm using Cufon.replace to add a 2px text shadow onto my replaced text, but the problem is, in IE8 for some reason the text shadow is above the text itself, so it looks as if the original text color is the shadow & the replaced shadow is the main text color.
The text is part of my nav bar which is a ul, I've tried adding a z-index:9999; to my nav div and it's parent menu div, but it hasn't changed anything. Any other suggestions?
Thanks, Tom.