Announcement Announcement Module
Collapse
No announcement yet.
url in css file Page Title Module
Move Remove Collapse
Conversation Detail Module
Collapse
  • Filter
  • Time
  • Show
Clear All
new posts

  • url in css file

    #1
    Need help with a background image in the CSS file. I have just tried uploading the site I am doing but the background images wont work. The only thing it can be is the url in the style sheet.

    The image path will only work if set out in the manner:

    Code:
    background-image: url(


    It wont work like this:
    Code:
    background-image: url(318734_7189small.jpg);


    *I having included the rest of the code*
    Could that be the reason that is stopping it displaying when uploaded?


    Any ideas

  • #2
    are the image and the style sheet in the same folder?

    Comment


    • #3
      that's a path issue - if you have your images in a folder you need to point to that folder.

      includes won't make any difference as they are parsed as HTML. Are you testing locally? Have you cleared your cache?

      Comment


      • #4
        I agree. Make sure that your images are in the same folder as your css code, or try putting a slash in front of the filename, so it will be absolute in the main folder, which is what it looks like:

        Code:
        background-image: url(/318734_7189small.jpg);

        Comment

        Google search Google search Module
        Collapse
        Latest Topics Latest Topics Module
        Collapse
        All Creative World Network All Creative World Network Module
        Collapse
        WebMediaBrands
        Mediabistro | SemanticWeb | Inside Network
        Jobs | Education | Research | Events | News
        Advertise | Terms of Use | Privacy Policy
        Copyright WebMediaBrands Inc. All rights reserved.
        Working...
        X