[ic] flyout menubar using images/buttons

Eric Bont eric_bont at hotmail.com
Fri Jan 14 09:11:52 EST 2005


Hi all,

For my flyout-menubar I want to use .gif images/buttons instead of text.
I changed the COMMON_MENU file but now the fly-out doesn't work anymore.

Any idea what's wrong?

Thanks a lot,

Eric



[menu name="[scratch menu_bar]"
		menu-type=flyout
		use-file=1
		anchor_down=1
		entities=description
		exclude_on=exclude_on
		items=depends_on
		js_prefix=top_
		flyout_class=submenu
		flyout_style="border: 1px solid black; padding: 10px; padding-left: 10px"
		submenu_image_right="[var IMAGE_DIR]/sm_right.gif"
		inactive=inactive
		indicator_class="menu_class=name"
		indicator_page=page
		link_class=submenu
		link_style='font-size: 10pt'
		nbsp=name
		logged_in=member
	  ]
[menu-header]
<table class=menubar>
<tr>
		<td valign=center class=submenu style="padding: 0; margin: 0">
		<img src="bg.gif" align=middle height=1 width=1>
		</td>
[/menu-header]
{MV_LEVEL:}
<!-- class={NAME} down menu_class='[scratch menu_class]' -->
<td valign=bottom>

<a
        href="{PAGE}"
        title="{DESCRIPTION}"
	id="{CODE}"
	class=topmenu>


{IMG_ICON?}
<img name="img{CODE}"
        src="{IMG_ICON}"
        onmouseover='this.src="{IMG_DN}"'
        onmouseout='this.src="{IMG_ICON}"'
border=0>
{/IMG_ICON?}
</a>
</td>
<td valign=center class=submenu style="padding: 0; margin: 0">
<img src="bg.gif" align=middle height=1 width=1>
</td>
{/MV_LEVEL:}
[/menu]

_________________________________________________________________
MSN Webmessenger doet het altijd en overal http://webmessenger.msn.com/



More information about the interchange-users mailing list