Results 1 to 2 of 2

Thread: Background:url; Help
      
   

  1. #1
    timeandtimeago is offline Private First Class
    Join Date
    Jun 2009
    Posts
    6

    Default Background:url; Help

    I am having problems with css backgrounds. All the div's work fine except for #header. The background will not display in it, all text and images placed inside it will but the background will not.

    body {background:url(http://reasersinmexico.com/rim_background_v=2.jpg);
    background-attachment:fixed;
    margin:0;}


    #container {width:800px;}

    #color {height:140px; width:100%;
    background:url(http://reasersinmexico.com/rim_color_background_v=1.png);}

    #header {height:140px; width:800px;
    background:url(http://reasersinmexico.com/rim_heade...ground_v=1.png);}

    #main {height:800px; width:800px;
    background:url(http://reasersinmexico.com/main_background_v=1.jpg);
    background-attachment:fixed;}

  2. #2
    timeandtimeago is offline Private First Class
    Join Date
    Jun 2009
    Posts
    6

    Default Re: Background:url; Help

    No help?

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

     

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49