Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • amarks Friend
    #171230

    How do I go about putting an image on the actual tab. I would like to have the title and a small picture underneathe for each tab.

    Thanks!

    himangi Friend
    #427135

    Hi,

    Can you please elaborate on your requirement using a screenshot / image? I think it can be possible using css but can give a better solution if I can see the expected end result.

    amarks Friend
    #427147

    A bit sloppy, but for the sake of demonstration 🙂

    Thanks!


    1. tabs
    himangi Friend
    #427258

    Hi,

    If you check the JA Portfolio demo you will see icons displayed on the left of every tab title. in the JA portfolio, modules are displayed in Ja Tabs. Every module has a different module class suffix (since every tab needs to have a different icon, if same image is to be used single module class suffix can be used for all modules).

    e.g. The module published in first tab has module class suffix _icon1. And the stylesheet in JA tabs has the following styling to display an image with the title.. Please note the code below will show image only when it is placed in the same folder as the related stylesheet..
    <blockquote>
    .portfolio ul.ja-tabs-title li.ja-tab-title_icon1 h3 {
    background-image: url(icon1.png);
    }

    .portfolio .ja-tabs-title-top ul.ja-tabs-title li h3 {
    font-size: 100%;
    font-weight: bold !important;
    line-height: normal;
    margin: 0;
    padding: 15px 15px 10px 55px;
    color: #88888A;
    border-top: none;
    background-position: 15px 15px;
    background-color: #CACCCD;
    }</blockquote>

    If you want more help with this to implement it on your site, please provide your site url here / via PM.

    amarks Friend
    #427280

    Wow, thanks for such a detailed response!! This was very helpful 🙂

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

This topic contains 5 replies, has 2 voices, and was last updated by  amarks 12 years, 11 months ago.

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