Animation

This is a discussion on "Animation" within the Web Page Design section. This forum, and the thread "Animation are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 13th, 2004, 19:33
Junior Member
Join Date: Jun 2004
Location: USA
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Animation

Hi,

I'm working on a site right now, and I've run into a problem. I'm trying to make basically an animated wallpaper in the background and put other stationary images ontop of it. It's for a splash page. I've tryed setting the background-image: url in CSS1, but it doesn't even load. It just shows my other images. If anyone knows how to do this, I'd appreciate some advice.

Thanks
Jodi

  #2 (permalink)  
Old Jun 14th, 2004, 08:38
Highly Reputable Member
Join Date: Jul 2003
Location: Ipswich, UK
Posts: 690
Thanks: 0
Thanked 0 Times in 0 Posts
how about this?:

Code: Select all
<body background="animated-gif-here.gif">
  #3 (permalink)  
Old Jun 15th, 2004, 08:07
Junior Member
Join Date: Jun 2004
Location: USA
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Smokie,

Thanks, I tryed it and it worked great. Now all I have to do is get the white matting off my images and I'll be all set. I tryed that code yesterday and for some reason it just didn't work, but who knows, maybe a dash was out of place or something. Thanks again. Appreciate the help!

Jodi :0)
  #4 (permalink)  
Old Jun 15th, 2004, 08:34
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
Just in case you need it sometime the correct CSS way is:
body { background-image: url(animated-gif-here.gif) }
often people mistakenly put quotes around the file name
  #5 (permalink)  
Old Jun 16th, 2004, 00:09
Junior Member
Join Date: Jun 2004
Location: USA
Posts: 11
Thanks: 0
Thanked 0 Times in 0 Posts
Catalyst, Thanks, I think I've been doing that. I'm a bit new to CSS1. Thanks for the info though.
  #6 (permalink)  
Old Jul 2nd, 2004, 03:34
Junior Member
Join Date: Jul 2004
Posts: 32
Thanks: 0
Thanked 0 Times in 0 Posts
I do this all the time without problems. What is the difference? Is it a cross-browser issue?
Closed Thread

Tags
animation

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Sluggis JS animation in FF, IE7 poisonborz JavaScript Forum 1 Apr 2nd, 2008 20:41
etoxin>> Funky Flash site some really funky interactive animation. Animation to play etoxin Free Web Site Critique 33 Jan 17th, 2008 12:39
I need to get a flash animation to a DVD SupremeSultan Flash & Multimedia Forum 1 Apr 27th, 2007 15:13
Animation on the Web Diablo Introduce Yourself 5 Sep 22nd, 2005 21:54
Need help with a simple animation Leah Graphics and 3D 1 Sep 1st, 2005 19:11


All times are GMT. The time now is 13:38.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43