Maybe you can do like this
Css:
body{
   background:url("images/footer_image.jpg");
  }
div{
   background:transparent;
}


On 10月11日, 上午2时38分, Josh <[EMAIL PROTECTED]> wrote:
> I seem to be having problems with something that I thought was very
> basic and thought I had done a lot in the past. Any help would be
> appreciated! I can't get background images to display in Divs
>
> Basic structure of my page is:
>
> <div id="container">
>     <div id="header">
>     <div id="leftCol">
>     <div id="content">
>     <div id="footer">
>
> obviously I shortened this.. but the header, leftCol etc are nested
> insidee of the container.
>
> when I try in the CSS to do:
>
> footer {
>   background-image: url(images/footer_image.jpg);
>
> }
>
> nothing shows up. I've tried lots of other things but nothing seems to
> work.. any thoughts??
>
> josh
--~--~---------~--~----~------------~-------~--~----~
--
You received this because you are subscribed to the "Design the Web with CSS" 
at Google groups.
To post: [email protected]
To unsubscribe: [EMAIL PROTECTED]
-~----------~----~----~----~------~----~------~--~---

Reply via email to