Results 1 to 5 of 5
  1. #1
    Join Date
    Oct 2006
    Posts
    19
    Plugin Contributions
    0

    Default .rightBoxHeading - adding a background image

    I'm trying to add an image to box heading. I can't figure out why the code below doesnt work: Can any one see anything I'm doing wrong? The image is in the folder specified and the permission are correct.

    .rightBoxHeading {

    margin: 0em;

    background: #F06A26 url(includes/templates/tmpt1/images/imagesboxHeaderBG.png) repeat-x;

    padding: 0.2em 0em;

    }

  2. #2
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: .rightBoxHeading - adding a background image

    try changing this
    background: #F06A26 url(includes/templates/tmpt1/images/imagesboxHeaderBG.png) repeat-x;


    so it reads as follows

    background: #F06A26 url(../images/imagesboxHeaderBG.png) repeat-x;

  3. #3
    Join Date
    Oct 2006
    Posts
    19
    Plugin Contributions
    0

    Default Re: .rightBoxHeading - adding a background image

    Quote Originally Posted by clydejones View Post
    try changing this
    background: #F06A26 url(includes/templates/tmpt1/images/imagesboxHeaderBG.png) repeat-x;


    so it reads as follows

    background: #F06A26 url(../images/imagesboxHeaderBG.png) repeat-x;
    That was a quick reply! Thanks for the suggestion, unfortunately it still doesn't work.

    I'm stumped

  4. #4
    Join Date
    Nov 2005
    Location
    Colorado Springs, CO USA
    Posts
    7,033
    Plugin Contributions
    31

    Default Re: .rightBoxHeading - adding a background image

    OK, try changing it as follows:

    background-image: url(../images/imagesboxHeaderBG.png) repeat-x;

  5. #5
    Join Date
    Oct 2006
    Posts
    19
    Plugin Contributions
    0

    Default Re: .rightBoxHeading - adding a background image

    Doh! It was a typo . The file name sould have been boxHeaderBG.png
    It now works as:
    background: url(../images/boxHeaderBG.png) repeat-x;
    Thanks for the help!!.

    Darren

 

 

Similar Threads

  1. Adding background image
    By robbin21973 in forum Templates, Stylesheets, Page Layout
    Replies: 5
    Last Post: 4 Jan 2011, 06:20 AM
  2. Adding your own background image
    By bchilli in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 29 Sep 2009, 04:57 AM
  3. Adding tiled background image
    By Chestnut Junction in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 3 Aug 2009, 02:16 PM
  4. adding a background image
    By BnBSports in forum Templates, Stylesheets, Page Layout
    Replies: 27
    Last Post: 17 Jun 2008, 07:28 AM
  5. Adding a background image
    By Jen Will in forum Templates, Stylesheets, Page Layout
    Replies: 13
    Last Post: 30 Jan 2008, 03:14 PM

Posting Permissions

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