LIQUID CSS Background Gradient

Discussion in 'CSS' started by weisswolfen, Aug 18, 2006.

  1. #1
    I'm doing a css webpage and i got a Gradient background which works well on Firefox but on IE the -body- shows the gradient but the -wrapper-(whcih is 90% of the screen) is black, only the border around shows the gradient that is the body behind it.Anybody has a suggestion of what might be? Thanks
     
    weisswolfen, Aug 18, 2006 IP
  2. alexisthemovie

    alexisthemovie Peon

    Messages:
    698
    Likes Received:
    22
    Best Answers:
    0
    Trophy Points:
    0
    #2
    i'm having a hard time understanding the situation so can you post a link?
     
    alexisthemovie, Aug 20, 2006 IP
  3. Gordaen

    Gordaen Peon

    Messages:
    277
    Likes Received:
    12
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Are you saying the body background is supposed to be the gradient and IE is covering that with a background on the wrapper? If so, set the background for the wrapper to transparent.
     
    Gordaen, Aug 22, 2006 IP
  4. ccoonen

    ccoonen Well-Known Member

    Messages:
    1,606
    Likes Received:
    71
    Best Answers:
    0
    Trophy Points:
    160
    #4
    body { background:#000 url(/images/grad.gif) repeat-x top; }
    .container { /*make sure you are not applying a bg color or bg image here */ }
     
    ccoonen, Aug 23, 2006 IP