
Originally Posted by
Randolph Hoppe
OK, I looked at version 1.1 of the module which led me to add these lines to the javascript in tpl_index_default.php:
// clear out menu styles and apply active
$('a.moduleBox').css('background', '#eeeeee');
$('a.moduleBox').css('font-weight', 'normal');
$(this).css('background', '#bbbbbb');
$(this).css('font-weight', 'bold');
Also did some styling in stylesheet_module_tabs.css so the default tab would have background #bbb and font-weight bold initially.
Appears to work as I'd like it! Any caveats?
Thanks,
- Rand
Bookmarks