11-03-2009, 01:09 AM
i'm trying to come up with a way to hide/show table rows cross browser. FF wants the table row to be set "display:table-row" while IE (7, at least) wants "display:block".
displayed here - http://knowfear.net/~mattkime/test6/
hide - hides a row
show IE - does display:block
show FF - does display:table-row
try/catch show - tries display:table-row and if it fails, does display:block
anyone else tackle this one?
displayed here - http://knowfear.net/~mattkime/test6/
hide - hides a row
show IE - does display:block
show FF - does display:table-row
try/catch show - tries display:table-row and if it fails, does display:block
anyone else tackle this one?