deko wrote:
Quote:
Correct me if I'm wrong, but it seems that a layer is nothing but a
div that has a style of "position:absolute;" and a z-index. For |
That's right. There once was a layer tag in Netscape 4 but now layer is just
a (absolutely) positioned div.
By the way, there's an article about CSS positioning in Dreamweaver MX 2004
at http://www.macromedia.com/devnet/mx/dreamweaver/articles/intro_cssp.html
Quote:
[...]
Is there any other way to use Layers? |
Why do you want to use layers? It seems like you want your webpages to scale
to the visitor's screen size? Then don't use layers?
Boris