Forums

This topic is locked

Can you lock layers?

Posted 07 Jun 2004 03:07:42
1
has voted
07 Jun 2004 03:07:42 Martin Björkdahl posted:
Is there anyway that you can lock a layer in Dreamweaver MX 2004 so it won't move if you resize the window or have different resolution..

Best Regards

Martin

Replies

Replied 07 Jun 2004 10:46:27
07 Jun 2004 10:46:27 Vince Baker replied:
Make it an absolute position and then specifiy the height and width. THis way it will stay exactly where you want it.

Regards
Vince

DMX Talkzone Manager

Visit my home: www.chez-vince.com
(Now completely CSS based and bye bye to all tables!)

VBScript | ASP | HTML | CSS | SQL | Oracle | Hosting
Replied 07 Jun 2004 12:53:52
07 Jun 2004 12:53:52 Martin Björkdahl replied:
How do you do that?
Give them an absolute position?

Can you give an example or explain how?

Best regards

Martin
Replied 07 Jun 2004 13:47:25
07 Jun 2004 13:47:25 Wayne Hultum replied:
Hi Martin

<pre id=code><font face=courier size=2 id=code>&lt;div id="Layer1" style="position:absolute; width:200px; height:115px; z-index:1; top: 45px; left: 40px;"&gt;&lt;/div&gt;</font id=code></pre id=code>

Regards
Wayne

Reply to this topic