how to create flashing background when opening a web page?

4 replies
  • WEB DESIGN
  • |
Can some body guide me how to create flashing background when opening a web page?
#background #create #flashing #opening #page #web
  • Profile picture of the author maxmalini
    You probably have to look into CSS and Javascript to do that.
    {{ DiscussionBoard.errors[4354291].message }}
  • Profile picture of the author mojojuju
    You could use an animated gif as a background image.

    BTW, this isn't flashing, but here is a cool example of using an animated gif as a background image. It almost made me throw up.
    Signature

    :)

    {{ DiscussionBoard.errors[4356039].message }}
  • Profile picture of the author espe
    add this to your html between <head> and </head>

    <link href="style.css" rel="stylesheet" type="text/css" />
    then create a new .txt file named style.txt and add the following

    body{
    background-image:url(../images/bg.gif);
    }
    create a folder called images and add a .gif animated image called bg.gif inside of that folder.

    change the extension of the style.txt to style.css


    thats it enjoy your gif animated background )))
    {{ DiscussionBoard.errors[4358963].message }}
  • Profile picture of the author SUPER Louie
    You can use JQuery to make it easier for you to code it.
    You can also use animated gif images using Photoshop.
    Signature
    A superhero is someone who knows how to be quiet, shed a tear for a moment, then pick up his sword, and fight again!
    {{ DiscussionBoard.errors[4359367].message }}

Trending Topics