Feedback on: irt.org FAQ Knowledge Base Q1441
Worth:
Worth reading
Comments:
Not really that great since
the example breaks for NS as soon
as you change the table width.
Try setting it to 550+.
Very,very nice site by the way!!.
Worth:
Very worth reading
Comments:
You also need to be aware that document.all[] doesn't work with Netscape browsers as it isn't the W3C standard.
You need to use document.getByElementId() instead.
Note the brackets and not parentheses. This will then work across IE and NS browsers.