Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • mudotmy Friend
    #168093

    Hi there

    1. i want to add static background image to fill both left and right.
    Background img in template css doesnt work.

    2. When 1.7 version will be released?

    thanks

    pritam Friend
    #410687

    Hello mudotmy ,

    Adding a background image and v1.7

    1. To Adding a background image

    <blockquote>Find this code at /templates/ja_teline_iv/css/template.css line no.22

    body#bd {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image: none;
    background-position: 0 0;
    background-repeat: repeat;
    color: #333333;
    font-size: 12px;
    line-height: 1.5;
    }</blockquote>

    <blockquote>Change this code to :-

    body#bd {
    -moz-background-clip: border;
    -moz-background-origin: padding;
    -moz-background-size: auto auto;
    background-attachment: scroll;
    background-color: #FFFFFF;
    background-image:url(“../images/img.png”) !important;/* here you can place your background img file */;
    background-position: 0 0;
    background-repeat: repeat;
    color: #333333;
    font-size: 12px;
    line-height: 1.5;
    }
    </blockquote>

    2. For v1.7

    You can get the information for JA Teline IV for Joomla! 1.7 at http://www.joomlart.com/updates/joomla-templates

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

This topic contains 2 replies, has 2 voices, and was last updated by  pritam 12 years, 9 months ago.

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