Hide part of image description
Posted: 10 Jun 2011, 11:18
Hi all!
If you need to hide part of image description when displaying thumbnails and show the full description when displaying the picture, I've the solution!
First of all, let's modify the CSS: assets/phocagallery.css
add this:
Then you have to write the hidden text inside this code:
That's it. Enjoy!
If you need to hide part of image description when displaying thumbnails and show the full description when displaying the picture, I've the solution!
First of all, let's modify the CSS: assets/phocagallery.css
add this:
Code: Select all
#phocagallery div.phocaimgdeschtml span.myhiddendesc{
display: none;
}
Code: Select all
<span class="myhiddendesc">
YOUR HIDDEN DESCRIPTION
</span>