Dreamweaver Layer Sorunu,sayfada kayma sorunu yaşıyorsanız ve ayrıca L ve T değerlerini silin ve layer 1 sayfada istediiniz yere yerleştirin kolay gelsin
<style type=”text/css”>
#layer1 {
position: absolute;
height:193px;
width:200px;
overflow: auto;
margin: auto;
background-image: url(resim.png);
}
</style>
html ise
<div id=”layer1″ style=”clear:both ;” ></div>
