"Joe Patrick" <> wrote in message news:<bjerhd$pq7$>...
> > The toy site at
> >
> > http://www.newbright.com
> >
> > shows a more interesting background. (Newbright is a large
> > manufacturer of toys.)
> >
> > New Bright uses images and javascript, but I think that has
> > inflexibility due to download times being longer, and also creating a
> > dependence to client based scripts.
>
> <BODY background="imagename.whatever">
> Just replace the <Body> tag with that and put an image at the end
The problem is actually not knowing the screen attributes (eg size) of
the client. The fading effect can easily be distorted. Is there any
neat way of doing it. I coded 800 pixels on a fading strip - right to
left - and saw it on a 1200 px screen and it looked less than good.
Examples I have seen all use a template setup with a lot of
Javascript, I hoped something simple was around.