Hi mates,
Try to change
<?php if( mosCountModules('user8') ) {?>
<div id="ja-box1" class="ja-box<?php echo $user8divstyle; ?>" style="width: <?php echo $divtopwidth; ?>;">
<?php mosLoadModules('user8', -3); ?>
</div>
<?php } ?>
to
<?php if( mosCountModules('user8') ) {?>
<a href="your link" border="0">
<div id="ja-box1" class="ja-box<?php echo $user8divstyle; ?>" style="width: <?php echo $divtopwidth; ?>;">
<?php mosLoadModules('user8', -3); ?>
</div>
</a>
<?php } ?>
As the module are styled with rounded corner (4 divs needed) we can not have the hover effect. Just a link you can click to.
Regards,
Ha Le-Viet.