SitePoint Sponsor

User Tag List

Results 1 to 3 of 3

Thread: prob v easy solution

  1. #1
    SitePoint Evangelist hantaah's Avatar
    Join Date
    Jul 2011
    Location
    Birmingham, Uk
    Posts
    467
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)

    prob v easy solution

    I just can't figure out why my background is not showing with the following code:

    html
    <div id="bg"></div>

    css
    #bg {
    width: 100%;
    float: left;
    height: 800px;
    background: url(http://organicwebdesigns.co/facebook/images/bg.png) repeat-x;
    }


    you can see it here: Organic Web Designs | Facebook

  2. #2
    It's all Geek to me silver trophybronze trophy
    SitePoint Award Recipient ralph.m's Avatar
    Join Date
    Mar 2009
    Location
    Melbourne, Australia
    Posts
    20,303
    Mentioned
    225 Post(s)
    Tagged
    3 Thread(s)
    The bg image link above is not the link you have on that page. There you have just

    Code:
    http://organicwebdesigns.co/images/bg.png
    instead of

    Code:
    http://organicwebdesigns.co/facebook/images/bg.png
    Facebook | Google+ | Twitter | Web Design Tips | Free Contact Form

    Try your hand at the new JavaScript Challenge!

    If you don't like getting your feet stuck in a bog, avoid Twitter BootsTrap.

  3. #3
    SitePoint Evangelist hantaah's Avatar
    Join Date
    Jul 2011
    Location
    Birmingham, Uk
    Posts
    467
    Mentioned
    2 Post(s)
    Tagged
    0 Thread(s)
    doh! Sometimes you spend hours looking and miss the simplest things

Bookmarks

Posting Permissions

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