Originally posted by qnc:
Can anyone help?
There are a couple of things you can do.
1. Run your pages through the HTML validator at
http://validator.w3c.org to pick up any standards compliance issues and obvious bugs.
2. Perform a reduction. By a reduction I mean slowly remove code from a copy of the html source until you have the absolute minimum amount of HTML to show the problem working in IE correctly, and then debug that small amount of code in Safari to make it work.
3. Look for the simplest option available. By that I mean can you use an animated gif instead of all the javascript on your page ?
4. Don't forget to test on IE 5, 5.5 and 6 on windows 'cause they are VERY different beasts to any mac browser.