I wonder if it would be possible to have the effect of the "category-overlay button" on a Joomla! article ?
I tried simply by writing :
- Code: Select all
<a href="/produits/plaques-export.html" class="category-overlay"><span><span>Voir</span></span></a>
but it doesn't work...
I tried also to put the whole bloc :
- Code: Select all
<div id="gkMainbody" style="font-size: 100%;">
<div class="category-view">
<div class="row">
<div class="category floatleft width25 vertical-separator ">
...
It works but it broke many thing on the template...
Thank you for your help.