I work on application which uses lots of
div tags to hide and show parts of pages.
Now I need to make this appl. work in Netscape, too.
How do I implement Layers to existing code, so it would work in both brsrs?
ThanX.
Printable View
I work on application which uses lots of
div tags to hide and show parts of pages.
Now I need to make this appl. work in Netscape, too.
How do I implement Layers to existing code, so it would work in both brsrs?
ThanX.
You can use Div tags in Netscape as layers, but the most flexible type of layers in Netscape would be to just use the < layer > tag.
Hope this helps