Forum Moderators: not2easy
it-enquirer.com/publishing/web-development/dwmx04-4.html
"A div in old Dreamweaver talk is a "layer", but we all know that's not right: a layer is a DIV that can move and the term was reserved for DHTML layers that were to replace Flash animated stuff. as DHTML has never become the success the W3C had hoped it to be, I for one would have thought Dreamweaver MX 2004 would no longer make reference to those Layers anymore. Alas, what was I thinking? Layers are prominently present in Dreamweaver MX 2004. They have their own palette tab called--very originally--Layers."
<LAYER>
ID="layerName"
LEFT="pixelPosition"
TOP="pixelPosition"
PAGEX ="pageX"
PAGE"="pageY"
SRC="file"
Z-INDEX="n"
ABOVE="layername"
BELOW="layername"
WIDTH="width"
HEIGHT="height"
CLIP="n,n,n,n"
VISIBILITY="visibility"
BGCOLOR="color"
BACKGROUND="imageURL"
OnMouseOver="JScode"
OnMouseOut="JScode"
OnFocus="JScode"
OnBlur="JScode"
OnLoad="JScode"
</LAYER>