Menu Display

RedGnomos

Hi,

I followed the example of how I can define my menu i.e. http://help.websitebaker.org/pages/en/advanced-docu/designer-guide/multiple-menus.php however was wondering how I could alternative the row colours e.g. the first row is blue, second is white, etc. This is what my current menu code looks like.

<?php show_menu(1, 0, -1, false, '<tr><td bgcolor="#D9E4F4">[a][menu_title][/a]</td></tr>', '', '', '', 'class="menu"', 'class="menu"', 0); ?>

Appreciate any help. Thanks