Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • thewraith2 Friend
    #157527

    I apologize for referencing another site’s template, but I’m not certain there is a JoomlaArt template that I can utilize in this question. Please see:
    http://demo.rockettheme.com/dec10/

    The template has the ‘red dotted background’ (different versions of it) on both the TOP and BOTTOM of the template. I have been trying to reproduce this effect but can only seem to have a top OR a bottom, not both.

    Using:

    background: url(/images/templatebackgrounds/bg-top.png) repeat-x top #ccc;

    How can I add in a “bg-bottom.png” at the same time?

    Hayden A Friend
    #367238

    you open file templatesja_purity_iicsstemplate.css find line
    [PHP]#ja-header { background: #333; position: relative; z-index: 10; }
    #ja-container {
    background: url(../images/container-bg.gif) repeat-x top #fff;
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #ccc;
    }
    [/PHP]
    and change it

    #ja-header {
    background: url(../images/main-bottom-bg.jpg) no-repeat scroll top center;
    position: relative; z-index: 10;
    }

    #ja-container {
    background: url(../images/main-bottom-bg.jpg) no-repeat scroll bottom center;
    position: relative;
    z-index: 5;
    border-bottom: 5px solid #ccc;
    }

Viewing 2 posts - 1 through 2 (of 2 total)

This topic contains 2 replies, has 2 voices, and was last updated by  Hayden A 13 years, 11 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum