
05-20-2007, 08:39 PM
|
 |
|
|
Join Date: Jun 2003
Location: France
Posts: 1,513
Благодарил(а): 0 раз(а)
Поблагодарили:
0 раз(а) в 0 сообщениях
|
|
Quote:
Originally Posted by talenak
I think I'm getting somewhere... Even if I'm just making a big mess.
The attached image is what I've gotten so far. The Mall button is the button I made for it. So now, I guess how do I get the style's navbutton to work and hide the one the mod displays?
Code:
<!-- Mall -->
<if condition="$show['member']">
<td width="93">
<table width="93" border="0" cellpadding="0" cellspacing="0">
<tr>
<td style="background:#FFFFFF url($stylevar[imgdir_misc]/bouton_mall.gif);" id="custom_links"><a href="$show[nojs_link]#custom_links" rel="nofollow"
onmouseover="JSFX.fadeIn('mall')"
onmouseout="JSFX.fadeOut('mall')"><img
src="$stylevar[imgdir_misc]/bouton_mall.gif" name="mall" width="93" height="40" border="0" class="imgFader" id="mall" alt="" /></a><script type="text/javascript"> vbmenu_register("custom_links", true); </script></td>
$custom_droplinks_cat
$custom_singlelinks
</tr>
</table>
</td>
</if>
<!-- /Mall -->
|
Look this: https://vborg.vbsupport.ru/showpost....&postcount=125
|