Question:

Flashing background help???

by  |  earlier

0 LIKES UnLike

OK, so I want this background:

http://www.youtube.com/user/o0computernerd0o

to be flashing, like the colored circles changing colors. I already made it on GIMP, but now I don't know how to upload it so I can make it my background. PLEASE HELP!!!

 Tags:

   Report

1 ANSWERS


  1. That particular image was inserted as CSS just in html page in head section:

    <head>

    <style type="text/css">

    body{

    background-color: #ffffff;

    background-image: url(http://i21.photobucket.com/albums/b296/o...

    }

    </style>

    </head>

Question Stats

Latest activity: earlier.
This question has 1 answers.

BECOME A GUIDE

Share your knowledge and help people by answering questions.