Changing visibility
- Finally today, we're going to make elements appear and disappear from display.
- This is the method often used for DHTML menus.
- It is different from the Exercise 2 example in that all the content is in the document when the page is loaded. The only thing changing is whether you can see it or not.
- This works with browsers using the intermediate DOM (NN4, IE 4) if you are using appropriate feature sensing.