Quantcast
Channel: WordPress.org Forums » All Topics
Viewing all articles
Browse latest Browse all 67836

Including image is possible ?

$
0
0

Replies: 0

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 all articles
Browse latest Browse all 67836

Trending Articles