Here's a simple script for enabling alternating CSS classes on a table. // ALT script function createAlternatingRows(table, className) { var tbodys = table.getElementsByTagName('tbody'); if (tbodys.length > 0) table = tbodys[0];
Theology, Technology, Society