HighDots Forums  

Re: Layers...nothing's helping

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss Re: Layers...nothing's helping in the Macromedia Dreamweaver forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Mad Dog
 
Posts: n/a

Default Re: Layers...nothing's helping - 08-04-2004 , 07:29 PM






At the risk of sounding evasive, it depends on how you set up your page and
want to use layers. SnapLayers works great, and doesn't have the first thing
to do with buttons. What it does do is snap your layers into place in
relation to an image. Any image. A spacer. It doesn't care. Name your layer.
Click the <body> tag in the Property Inspector. Select the SnapLayer
behavior. Have it fire on OnLoad. Select your layer(s) and the image they
should anchor in relation to. Take a look to see how it lines up. Click the
behavior to open it and adjust the x and y coordinates until the layer is
where you want it. Then repeat the process so it fires on OnResize.

Voila

You can also do this using CSS but that's more complicated.

MD



kodeblue wrote:
Quote:
I've posted before, but all I got was people dodging the answer
"well, you should read on this" and it has nothing to do with it. It
seems as if people are bloating the answers...can I just get a simple
answer?!? I know one's out there ^_^.

Locking Layers in Dreamweaver...it's thats simple..."How do you do
it"... I just want to drag out a layer, and snap it in place...so
when I preview it, or make it go live, it doesn't move around when my
browser is resized... I've tried "PVII's Snap Layer" and did the
tutorial, but it's about layers with buttons...guys, gals, w/e, "How
do snap layers!!!" Thats it!

thanks so much.



Reply With Quote
  #2  
Old   
kodeblue
 
Posts: n/a

Default Re: Layers...nothing's helping - 08-04-2004 , 07:36 PM






explain "http://www.rshl.org/"....what are they anchoring the layers too ( the
little windows)....see, this makes no sense, they have 1 html file...are they
anchoring to the tiled background? (the dark blue) ???


Reply With Quote
  #3  
Old   
kodeblue
 
Posts: n/a

Default Re: Layers...nothing's helping - 08-04-2004 , 07:38 PM



that website is EXACTLY what I need to do, by the way...

Reply With Quote
  #4  
Old   
Mad Dog
 
Posts: n/a

Default Re: Layers...nothing's helping - 08-04-2004 , 08:12 PM



They're using absolutely positioned divs which are defined in the CSS
stylesheet. Take a look at http://www.rshl.org/css/ci.css and you'll see
where they have the various divs defined, then named in the HTML code. This
isn't my domain of expertise so I can't tell you an easy way to do
this...actually I don't think it's easy at all if you're a beginner with
stylesheets. There are other tutorials around, and I'm sure someone here may
know better ones, but you can start with:
http://www.macromedia.com/devnet/mx/dreamweaver/articles/intro_cssp_02.html

MD



kodeblue wrote:
Quote:
explain "http://www.rshl.org/"....what are they anchoring the layers
too ( the little windows)....see, this makes no sense, they have 1
html file...are they anchoring to the tiled background? (the dark
blue) ???



Reply With Quote
  #5  
Old   
Al Sparber- PVII
 
Posts: n/a

Default Re: Layers...nothing's helping - 08-04-2004 , 09:58 PM



kodeblue wrote:
Quote:
that website is EXACTLY what I need to do, by the way..

That page is using relatively positioned divs inside table cells. Inside
of the relatively positioned divs are placed absolutely positioned divs
with overflow set to "auto" to allow them to scroll. That page is not at
all what you think it is and to do it in Dreamweaver, you would really
need to be familiar with markup. It's not a visual "click, click"
operation to do that.


--
Al Sparber - PVII
http://www.projectseven.com
DW Extensions - Menu Systems - Tutorials - CSS FastPacks
---------------------------------------------------------
Webdev Newsgroup: news://forums.projectseven.com/pviiwebdev/
CSS Newsgroup: news://forums.projectseven.com/css/
RSS/XML Feeds: http://www.projectseven.com/xml/






Reply With Quote
  #6  
Old   
kodeblue
 
Posts: n/a

Default Re: Layers...nothing's helping - 08-05-2004 , 12:36 AM



just like "http://www.doom3headquarters.com/" ???

Reply With Quote
  #7  
Old   
DiMa *TMM*
 
Posts: n/a

Default Re: Layers...nothing's helping - 08-05-2004 , 12:46 AM



kodeblue <webforumsuser (AT) macromedia (DOT) com> wrote:
Quote:
just like "http://www.doom3headquarters.com/" ???
No, nothing like that site. Are you even looking at the code? This site is
made of tables, not divs. The other site is both.

--
--
DiMa
Team Macromedia Member for Dreamweaver MX
--------------------
WEB FORUM USERS: Please log on to the Newsgroup for quicker replies to
your posts: news://forums.macromedia.com/macromedia.dreamweaver
For Answers, check here first:
http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver
http://www.macromedia.com/support/dreamweaver/technotes.html
http://www.projectseven.com/faqbase
http://dwfaq.com

http://www.macromedia.com/support/forums/etiquette.htm

www dot flyingtigerwebdesign dot com




Reply With Quote
  #8  
Old   
kodeblue
 
Posts: n/a

Default Re: Layers...nothing's helping - 08-05-2004 , 09:07 AM



whoa, easy tiger, just asking questions man!

Reply With Quote
  #9  
Old   
DiMa *TMM*
 
Posts: n/a

Default Re: Layers...nothing's helping - 08-05-2004 , 01:14 PM



kodeblue <webforumsuser (AT) macromedia (DOT) com> wrote:
Quote:
whoa, easy tiger, just asking questions man!
1) Not a man.

2) No, you were not just asking a question, you were asking a question
without doing any of the research yourself - ie, looking at the actual code.

3) Try "just asking questions" without all the attitude next time and we're
likely to be a little nicer. I promise!


--
--
DiMa
Team Macromedia Member for Dreamweaver MX
--------------------
WEB FORUM USERS: Please log on to the Newsgroup for quicker replies to
your posts: news://forums.macromedia.com/macromedia.dreamweaver
For Answers, check here first:
http://groups.google.com/advanced_group_search?q=+group:macromedia.dreamwea ver
http://www.macromedia.com/support/dreamweaver/technotes.html
http://www.projectseven.com/faqbase
http://dwfaq.com

http://www.macromedia.com/support/forums/etiquette.htm

www dot flyingtigerwebdesign dot com




Reply With Quote
  #10  
Old   
kodeblue
 
Posts: n/a

Default Re: Layers...nothing's helping - 08-08-2004 , 12:09 AM



wtf is your problem!!! I did nothing! settle! I got my answer from a different site, thanks anyway though

sheesh!

Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.