What is the deal with my background?

Discussion in 'HTML & Website Design' started by AdsenseOptimized, Mar 17, 2008.

  1. #1
    I have site (in my signature) and when viewed from my computer at home the background is completely white, but it isn't from other computers, what color is it for you and does anyone know how to take a look at my .css file and fix it to always be a certain color for everyone (white preferably).

    Derek
     
    AdsenseOptimized, Mar 17, 2008 IP
  2. Jordonias

    Jordonias Active Member

    Messages:
    331
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Replace this....
    body {
    background: #EEE url(img/bg.gif);
    color: #444;
    font: normal 62.5% "Lucida Sans Unicode",sans-serif;
    margin: 0;
    }

    With this....
    body {
    background-color: #FFFFFF;
    font-color: #444444;
    font: normal 62.5% "Lucida Sans Unicode",sans-serif;
    margin: 0;
    }
     
    Jordonias, Mar 17, 2008 IP
  3. AdsenseOptimized

    AdsenseOptimized Peon

    Messages:
    187
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #3
    how is it now? all white?
     
    AdsenseOptimized, Mar 17, 2008 IP
  4. Svenson

    Svenson Peon

    Messages:
    34
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #4
    All white now, #eee is actually off-white and if your monitor isn't calibrated perfect it might look white, #FFF is pure white.
     
    Svenson, Mar 17, 2008 IP
  5. AdsenseOptimized

    AdsenseOptimized Peon

    Messages:
    187
    Likes Received:
    4
    Best Answers:
    0
    Trophy Points:
    0
    #5
    but now is it just me or is my navigation off white?

    Derek
     
    AdsenseOptimized, Mar 18, 2008 IP