Yahoo Answers is shutting down on May 4th, 2021 (Eastern Time) and beginning April 20th, 2021 (Eastern Time) the Yahoo Answers website will be in read-only mode. There will be no changes to other Yahoo properties or services, or your Yahoo account. You can find more information about the Yahoo Answers shutdown and how to download your data on this help page.

html/css background image wont show in...?

firefox,chrome. my background image is just a white background. in IE it works fine

3 Answers

Relevance
  • Silent
    Lv 7
    9 years ago
    Favorite Answer

    Sorry, but we're not psychics — we can't help you fix code we can't see. Post your HTML and CSS code at http://www.pastebin.com/ and include the link here.

  • 9 years ago

    Give height and widthe for the container that have this background... then try..

  • 9 years ago

    Find the area you want to display the image in the background. If its the entire page, this will be the body tag. The CSS will look something like;

    css value {background-image: url(../images/your-image.jpg);background-repeat:}

Still have questions? Get your answers by asking now.