• Hi,
    i want to show/hide photo id in my table.
    For that, i’m using CSS code to show/hide photos.
    HTML code is like that:
    <td><span></span>Name</td>
    Part of my CSS code is:
    […]
    a:hover.photo span {
    display: block;
    position: absolute;
    top:-10px;
    left:220px;
    color: #ffffff;
    border:0px solid #000;
    padding:0px 0px;
    }
    a.photo span {
    display: none;
    }
    […]

    in a single web page, it’s working.
    In WP, with WP JQUERY Datable plugins, it’s not working !
    Is it possible to view images ?
    Thanks,

Viewing 1 replies (of 1 total)
  • Plugin Author AppJetty

    (@biztechc)

    Hello,

    We have tested in our local environment by including an image in jquery data table and is showing perfectly.Can you please give brief idea of wjhat exact issue you are facing,better if can provide demo URL to check.

    Thanks.

Viewing 1 replies (of 1 total)
  • The topic ‘Including image is possible ?’ is closed to new replies.