Web site Backgroun Problem

Discussion in 'CSS' started by Venus, Nov 17, 2007.

  1. #1
    Hi Friends,
    I want to show an image to my website when it is in loading process because the background screen at that moment appears white i want to use an image instead . Is it Possible ? if yes please tell me how ...
    My website ...
    http://www.geocities.com/sindhjisada

    Thanks
    waiting for quick reply....
     
    Venus, Nov 17, 2007 IP
  2. Crimsonc

    Crimsonc Peon

    Messages:
    616
    Likes Received:
    15
    Best Answers:
    0
    Trophy Points:
    0
    #2
    If you mean show an image instead of a color, yes, change this:

    body {
    background-color:#CF5E54;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    }

    TO THIS

    body {
    background: url(path/to/image.jpg) #CF5E54;
    font-family:Arial,Helvetica,sans-serif;
    font-size:13px;
    }

    If you mean show an image WHILE it's loading, no it's not possible, certainly not on geocities
     
    Crimsonc, Nov 21, 2007 IP