Quote:
Originally Posted by lsmba
I need a little help with the "Quick Links" menu bar for this style. Can someone explain to me in detail how I can add additional menus to the Quick Links drop down bar (which templates to goto and the commands to add, etc.). I'm a new to this type of style, but, I follow instructions very well
Thanks
|
For Add a New Menu:
- In header template, find:
Code:
<!-- New Menu -->
<td width="93">
<table width="93" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_new_menu.gif);"><a href="$vboptions[bburl]/your_url.php$session[sessionurl_q]" rel="nofollow"
onmouseover="JSFX.fadeIn('new_menu')"
onmouseout="JSFX.fadeOut('new_menu')"><img
src="$stylevar[imgdir_misc]/bouton_new_menu.gif" name="new_menu" width="93" height="40" border="0" class="imgFader" id="new_menu" alt="" /></a></td>
</tr>
</table>
</td>
<!-- /New Menu -->
PS: Change the texte with this
color
- In headinclude template, find:
Code:
JSFX.Rollover("deconnexion", "$stylevar[imgdir_misc]/bouton_deconnexion_over.gif");
- Under, add under: (example)
Code:
JSFX.Rollover("new_menu","$stylevar[imgdir_misc]/bouton_new_menu_over.gif");
PS: Change the texte with this
color
- Upload the news images (in this example bouton_new_menu_over.gif and bouton_new_menu.gif), to: "/images/chestnut/misc/"
Enjoy