Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • denis25 Friend
    #176344

    Sorry if the answer had already done.

    When you want to use the CSS suffix _black, the module displays like this :

    The problem is in template.css, change this :

    /* black */
    div.moduletable_black {
    background: url(../images/bl-br.gif) no-repeat bottom right #333;
    }

    div.moduletable_black .ja-box-bl {
    background: url(../images/bl-bl.gif) no-repeat bottom left;
    }

    div.moduletable_black .ja-box-tl {
    background: url(../images/bl-tl.gif) no-repeat top left;
    }

    div.moduletable_black .ja-box-tr {
    background: url(../images/bl-tr.gif) no-repeat top right;
    }

    by this :

    /* black */
    div.module_black {
    background: url(../images/bl-br.gif) no-repeat bottom right #333;
    }

    div.module_black .ja-box-bl {
    background: url(../images/bl-bl.gif) no-repeat bottom left;
    }

    div.module_black .ja-box-tl {
    background: url(../images/bl-tl.gif) no-repeat top left;
    }

    div.module_black .ja-box-tr {
    background: url(../images/bl-tr.gif) no-repeat top right;
    }

    The module is now displaying correctly :


    1. module-black-apres
    2. module-black-avant
    Ninja Lead Moderator
    #450821

    You are right. I’m checked it, i will forward information to design team and update asap our system.

    Many thank for your feedback to us
    Tam

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

This topic contains 2 replies, has 2 voices, and was last updated by  Ninja Lead 12 years, 4 months ago.

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