>> While you are looking at tiger, can you confirm that the safari/
>> shockwave 3d offset bug is still present in Safari 2.0 under tiger?
>
>Yes, and what's worse is that it seems to be even more exagerated than
>before. Ugh... :( We've been in recent contact with Apple regarding this
>(we've pushed before and we're trying it again), but I'm now coming 'round
>to the opinion that if Apple won't fix it we should investigate doing that
>ourselves (_no_guarantees_! investigating <> doing) then dealing with their
>fix if/when it occurs.
In the short-term, one ugly hack of a workaround is to get the Apache
user agent environment variable, and scooch the 3D sprite around based on
that. This bit of PHP will do it:
<?php
echo $HTTP_USER_AGENT;
?>
For instance, Safari 1.0 returns this:
Mozilla/5.0 (Macintosh; U; PPC Mac OS X; en-us) AppleWebKit/85 (KHTML,
like Gecko) Safari/85
[To remove yourself from this list, or to change to digest mode, go to
http://www.penworks.com/lingo-l.cgi To post messages to the list, email
[email protected] (Problems, email [EMAIL PROTECTED]). Lingo-L is for
learning and helping with programming Lingo. Thanks!]