3
Try this:
insert into your style.css:
#notifs_form {display: none;}
insert into your theme.html above the Tag:
<script type="text/javascript">
function toggle(notifs_form)
{
obj=document.getElementById(notifs_form);
obj.style.display=!(obj.style.display=="block")? "block" : "none";
}
function swapimage(swap)
{
img_plus="<{$xoops_imageurl}>images/plus.gif";
img_minus="<{$xoops_imageurl}>images/minus.gif";
obj=document.getElementById(swap);
obj.src=!(obj.src==img_minus)? img_minus : img_plus;
}
script>
plus.gif + minus.gif have to be in yourtheme/images directory, or you have to change the path accordingly.
Marco
--
Match Dart!Darts Ranking, News, Videos, Forum and more