Silence4me2
11-13-2004, 01:31 AM
I have a animation I made. How do I get it on top of a banner, I also made, but with the animation still working? =) Im using Image Ready and psp7
|
View Full Version : Animation on a Banner Silence4me2 11-13-2004, 01:31 AM I have a animation I made. How do I get it on top of a banner, I also made, but with the animation still working? =) Im using Image Ready and psp7 Makar 11-13-2004, 01:34 AM I think you'd have to put the background banner in each individual frame as well. That way the animation will still play, and since you're using the same image for the banner in each frame, it'll appear still. Silence4me2 11-13-2004, 01:37 AM I think you'd have to put the background banner in each individual frame as well. That way the animation will still play, and since you're using the same image for the banner in each frame, it'll appear still. Ok I will do that. Mizendy 11-13-2004, 05:52 PM I would use the background thing for your banner, as a background of a div layer which is the same size, and then put the animation code in the content of your banner. Il get the code for you if you want... Mizendy 11-13-2004, 05:58 PM Okay, the code is as follows, it should work... <div id=layer1 style="position:absolute; top:WHERE YOU WANT IT; left:WHERE YOU WANT IT; width:YOUR WIDTH; height:YOUR HEIGHT; z-index:1; padding:5px; border: #000000 2px solid; background-image:url(URL OF YOUR BANNER BACKGROUND.gif); layer-background-image:url(NAME OF YOUR BANNER BACKGROUND.gif);"> <img src="URL OF THE ANIMTATION.gif"> </div> Silence4me2 11-13-2004, 07:30 PM Ok thanx to both of u! =) |