-
AuthorPosts
-
denis25 Friend
denis25
- Join date:
- July 2009
- Posts:
- 66
- Downloads:
- 0
- Uploads:
- 21
- Thanks:
- 8
- Thanked:
- 22 times in 6 posts
April 21, 2012 at 4:02 pm #176344Sorry 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 :
-
Ninja Lead Moderator
Ninja Lead
- Join date:
- November 2014
- Posts:
- 16064
- Downloads:
- 310
- Uploads:
- 2864
- Thanks:
- 341
- Thanked:
- 3854 times in 3563 posts
May 1, 2012 at 5:07 am #450821You 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 -
AuthorPosts
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, 6 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum
Jump to forum