Log in

View Full Version : Template.Aria


AKapadia
03-08-2006, 02:38 PM
well i was using this on my and i try to add 1 more button on the navbar. i try using the navbar but couldn't find anyhting then i went to header and i look other button like Usercp, members , FAQ.. so i plan to copy FAQ button code and put next to it so it can work. and it work .. button show up but then it was Fadeout code so when i put mouse over 2nd FAQ button which i add it make the 1st original FAQ Button fade.. so any help and when i try to mess around with code and i try this code but not working for me any help ?

<!-- Aria FAQ -->

<td width="78">
<table width="78" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/arcade.gif);">
<a href="arcade.php?$session[sessionurl_q]"
onmouseover="JSFX.fadeIn('arcade')"
onmouseout="JSFX.fadeOut('arcade')">
<img src="$stylevar[imgdir_misc]/arcade.gif" name="arcade" width="78" height="39" border="0" class="imgFader" id="arcade" alt="" /></a></td>
</tr>
</table></td>

<!-- /Aria FAQ -->

In this code i replace all FQA name with the Arcade and made new image but then it gave me error saying

i have to declare some variable before i use it..

Mosh
03-08-2006, 06:29 PM
You need to add the corresponding JSFX.Rollover javascript call to the bottom of the headerinclude template as well.

AKapadia
03-08-2006, 10:28 PM
thanx alot man help great :)

Mosh
03-09-2006, 11:25 PM
No worries, that is what we are here for :)