[thelist] revolving image problem

Ken Snyder ksnyder at coremr.com
Tue Nov 28 23:09:21 CST 2006


David Bailey wrote:
> I'm having a problem trying to implement the CrossFade css/js script  
> for fade-in/revolving images from
> http://slayeroffice.com/code/imageCrossFade/xfade2.html
>   

The effect works if you use absolute positioning:

#imageContainer {
  position: absolute;
  top: 120px;
  left: 300px;
  border:1px solid #000;
}

The trick is to get the javascript to create the absolute positioning 
after the container has loaded, and do so in a cross-browser way.

maybe that is what this incorrectly linked script was supposed to do:

http://www.eurovisionltd.co.nz/home/eurovisi/public_html/evnew/common/jscriptfile.js 


<!DOCTYPE HTML PUBLIC "-//IETF//DTD HTML 2.0//EN">
<HTML><HEAD>
<TITLE>404 Not Found</TITLE>
</HEAD><BODY>
<H1>Not Found</H1>
The requested URL /home/eurovisi/public_html/evnew/common/jscriptfile.js was not found on this server.<P>
<P>Additionally, a 404 Not Found
error was encountered while trying to use an ErrorDocument to handle the request.
<HR>
<ADDRESS>Apache/1.3.37 Server at www.eurovisionltd.co.nz Port 80</ADDRESS>
</BODY></HTML>



--Ken Snyder



More information about the thelist mailing list