Adding Animation to Header

Discussion in 'HTML & Website Design' started by MarkStrobel3367, May 19, 2011.

  1. #1
    I own a website, http://www.strongfamilies.us. My knowledge of website design is very limited. I have been trying to do as many edits to my site on my own to save some money. What I would like to do is to add subtle animation to the header of my site, perhaps having the clouds move or something of that nature. In layman's terms, does anyone know how I could make this happen? Or, is this something that I would need to hire a web designer for? Thanks.
     
    MarkStrobel3367, May 19, 2011 IP
  2. Guru_101

    Guru_101 Member

    Messages:
    51
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #2
    You need knowledge of flash or gif animation. If you do then the html bit is easy..

    Read some flash tutorials
     
    Guru_101, May 19, 2011 IP
  3. k4sper

    k4sper Peon

    Messages:
    103
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    0
    #3
    k4sper, May 19, 2011 IP
  4. Guru_101

    Guru_101 Member

    Messages:
    51
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    43
    #4
    i think those are advance javascript, maybe you should start with something easier to handle like a gif or flash, loads of tutorials but with javascript you need advance html, css and learn javascript and use the javascript jqueries
     
    Guru_101, May 19, 2011 IP
  5. MarkStrobel3367

    MarkStrobel3367 Well-Known Member

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #5
    Do you know of any good online GIF animators such as http://www.blibs.com/editor that offers a variety of animations to images? Thanks.
     
    MarkStrobel3367, May 20, 2011 IP
  6. MarkStrobel3367

    MarkStrobel3367 Well-Known Member

    Messages:
    116
    Likes Received:
    1
    Best Answers:
    0
    Trophy Points:
    103
    #6
    I just thought of something - The header of some websites I visited have their business logo to the left and animated text to the right of the logo. There are numerous sites that offer free animated text banners. I don't need to have animated clouds. Animated text would be perfect for my needs. I just don't know how to include my logo with the animated text as the free online banner creators do not allow me to upload my own image. Does anyone know of a way that I could make a animated file by placing my logo and an animated text banner to the right of the logo for a header?

    I think that all I would need to do is substitute the background image located on the layout.css file in the Includes folder under Header with an animated image:

    #header {
    height: 230px;
    position: relative;
    top: 0px;
    left: 0px;
    width: inherit;
    background-image: url('../images/layout/header-background.png');
    background-repeat: no-repeat;
    background-color: #ffffff;

    Thanks.
     
    MarkStrobel3367, May 20, 2011 IP