Didn't know there was a difference between layers and div layers. This is what Dreamweaver produces for me as default on a new page and so far it's working perfectly:
Code:
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
<style type="text/css">
<!--
#Layer1 {
position:absolute;
width:200px;
height:115px;
z-index:1;
}
-->
</style>
</head>
<body>
<div id="Layer1"></div>
</body>
</html>
I find it hard to believe it would be this easy to build pages using 'div' just by dragging and seating the layers together, a lot easier than using tables! Does the code above look safe to render across Firefox and IE?
Regarding Dreamweaver I've been using it since it's baby versions and it's rarely let me down -- takes care of a lot of the redundant coding work. Has it really be abandoned by the developer community?
Bookmarks