Forum Moderators: not2easy

Message Too Old, No Replies

Animated Background Image

Is this possible?

         

aaronjf

5:55 pm on Jun 3, 2003 (gmt 0)

10+ Year Member



Is it possible to use an animated gif as a background image and retain the animation?

korkus2000

6:13 pm on Jun 3, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Unfortunetly yes.

Nick_W

6:16 pm on Jun 3, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



>>Unfortunetly yes

Classic, made me laugh! ;)

Does that work doing it the CSS way korkus?

Nick

korkus2000

6:22 pm on Jun 3, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



body
{
background-image: url(animated.gif);
}

:( yep

aaronjf

6:37 pm on Jun 3, 2003 (gmt 0)

10+ Year Member



Can it be done without using CSS

tedster

6:46 pm on Jun 3, 2003 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Opera does not support animation in background images.

I agree that it's almost never a good idea to try anyway, but I have a couple sites where hover brings in a subtly animated background image on the anchor element. That can be rather effective without being troublesome, IMO. That's why I was disappointed with the lack of support in Opera.

But all things considered, it's probably a wise move on their part.

Can it be done without using CSS

Sure - just plug in the animated gif wherever you would normally put the background image - no special assembly required.

aaronjf

6:56 pm on Jun 3, 2003 (gmt 0)

10+ Year Member



Ah... I tried that first. Apparently Safari does not support animated gif backgrounds - shows image as stationary.

Just trying to animate a cell. Not a whole page, and the image is at 5% trans so it is subtile.