[thelist] Page freezes in Safari?

Robert Vreeland vreeland at studioframework.com
Tue Sep 19 19:33:40 CDT 2006


Peter,
My experience is it depends on what version of Safari and what OS, the newer
versions behave better. That said, it looks like it is probably bombing on
adding the imagae via innerhtml. Try putting an empty gif image then
changing it's src property instead: for example:

<script language="Javascript">
function showImage(sImage) {
    sImage = sImage.replace("/", "/stilllife/");
     document.getElementById("divImagePlaceHolder").src = sImage;
    }
</script>

		<center>
            	<img src="some_spacer_gif.gif" alt="" border="0"
id="divImagePlaceHolder">
            </center>


Sincerely,
Robert Vreeland
Managing Partner 
StudioFramework
 
-----Original Message-----
From: thelist-bounces at lists.evolt.org
[mailto:thelist-bounces at lists.evolt.org] On Behalf Of Peter Brunone
(EasyListBox.com)
Sent: Tuesday, September 19, 2006 5:02 PM
To: thelist at lists.evolt.org
Subject: [thelist] Page freezes in Safari?

   I'm doing a lightbox feature on a client's website (sure there are some
prefab scripts for this, but ignore that for a moment), and while everything
seems fine in IE and FF, my graphic designer is reporting problems in
Safari; apparently the page just never finishes loading.

   If you have a moment, please take a look at http://tinyurl.com/f4gqq
(password 'evoltlist'); any suggestions as to the nature of the problem will
be appreciated.

Cheers,

Peter

P.S.  The images for this account are a bit large -- not representative of
what will actually be presented here -- so ignore the jumping around that
happens once the page loads.
-- 

* * Please support the community that supports you.  * *
http://evolt.org/help_support_evolt/

For unsubscribe and other options, including the Tip Harvester and archives
of thelist go to: http://lists.evolt.org Workers of the Web, evolt ! 




More information about the thelist mailing list