|
TABLE
MAKE
CUSTOMIZE
EFFECTS
EFFECTS CYCLE
EFFECTS CYCLES
VIRTUAL BOX
PLUG-IN
GLIDER
|
Table Cells
The Table extension for customizing cells in action
window.addEvent('domready', function() { var tb1 = new Table('tb1'); var tb2 = new Table('tb2'); var tb3 = new Table('tb3'); var tb4 = new Table('tb4'); $('ok1').addEvent('click', function() { tb1.zebraCells('#C17878', '#7389AE', true); $('sp1').setStyle('visibility', 'visible'); }); $('ok2').addEvent('click', function() { tb2.overClickCells('#C17878', '#7389AE'); $('sp2').setStyle('visibility', 'visible'); }); $('ok3').addEvent('click', function() { tb3.overCells('#7389AE'); $('sp3').setStyle('visibility', 'visible'); }); $('ok4').addEvent('click', function() { tb4.clickCells('#C17878'); $('sp4').setStyle('visibility', 'visible'); }); });
zebraCells |
overClickCells
Zebra Cells in action!
Try to cross and click the mouse over this table!
overCells | clickCells Try to cross the mouse over this table! Try to click the mouse on this table!
|