Report message:*
 

Re: Code for hiding block titles

Subject: Re: Code for hiding block titles
by TheRplima on 2008/5/5 13:37:27

You can add an id to the the div and get it with javascript.
Something like this:
Quote:


<td width="98%" style="background-image: url(<{$xoops_imageurl}>images/lb_tc.gif);"><div class="blockTitle" id="block_<{$block.id}>"><{$block.title}></div></td>