Background Image Question

Forums Forums Menus Background Image Question

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #710

    I am trying to set up the multi-level-navigation-plugin, and I used the CSS generator on the pixopoint web page.  I specified the ‘Red’ background image and copied over the code, but for some reason the background image is not appearing.  Here is the website:  http://www.phlush.org.  Any suggestions?  Thanks!

    #5747

    Hi,
    You changed the code to show another image (navigationBar.png), but that image is not in the plugin so it will not show up.

    You need to upload the image somewhere and change the URL for the image to that, not a relative one like you have now.

    So
    [code:1eokvofo]    background: #999999 url("../multi-level-navigation-plugin/images/navigationBar.png") repeat-x;[/code:1eokvofo]

    would become something like this:
    [code:1eokvofo]    background: #999999 url("http://domain.com/navigationBar.png") repeat-x;[/code:1eokvofo]

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.