User: jaza Branch: HEAD Date: Mon, 20 Feb 2006 10:12:20 +0000 Added files: /modules/category/docs/developer/hooks core.php Modified files: /modules/category category.inc category.module /modules/category/category_menu category_menu.module Log message: - IE fixes: the width of the target select element now gets dynamically set (by altering its style.width attribute using JS), to stop IE from giving it a width of 0; and new options are created using 'new Option()' rather than 'appendChild()', because IE6 refuses to display option text if the latter method is used. - Style sheet and throbber image (copied from core /misc directory) added. - Throbber now works properly in FF (but not visible in IE). Links: http://cvs.drupal.org/diff.php?path=contributions/modules/category/docs/deve... http://cvs.drupal.org/diff.php?path=contributions/modules/category/category.... http://cvs.drupal.org/diff.php?path=contributions/modules/category/category.... http://cvs.drupal.org/diff.php?path=contributions/modules/category/category_...