HighDots Forums  

clicking layers????

Macromedia Dreamweaver Macromedia Dreamweaver Discussions (macromedia.dreamweaver)


Discuss clicking layers???? in the Macromedia Dreamweaver forum.



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

Default clicking layers???? - 12-01-2005 , 12:08 PM






I have a layer that makes another layer visible when it is clicked.

How do I make the leyer change the mouse curser to a hand? so that people know that to click it?

Thanks



Reply With Quote
  #2  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: clicking layers???? - 12-01-2005 , 12:26 PM






By not applying the behavior to the <div> tag. Apply it to the contents of
the layer.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"euroscooter" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I have a layer that makes another layer visible when it is clicked.

How do I make the leyer change the mouse curser to a hand? so that people
know that to click it?

Thanks





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

Default Re: clicking layers???? - 12-01-2005 , 12:45 PM



I have used Dreamweaver for several years and in previous versions, (prior to
the 2 latest), anytime I put a behavior on an object in a layer, I got the
"hand". I've noticed that I don't get that anymore unless I put a hotspot on
an object in a layer and then put the behavior on the hotspot. Is there anyway
to make the "hand" appear? I've always put the behavior on an object in a
layer, not on the layer itself, and I'm lazy! I don't want to go the extra
step of putting in the hotspot if I don't have to.


Reply With Quote
  #4  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: clicking layers???? - 12-01-2005 , 12:57 PM



You are making a mistake then.

Quote:
I've always put the behavior on an object in a
layer, not on the layer itself, and I'm lazy!
Show me the code where you have done this and not gotten the hand, and I'll
show you how to not make the mistake! 8)


-- Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"CRolfes" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I have used Dreamweaver for several years and in previous versions, (prior
to
the 2 latest), anytime I put a behavior on an object in a layer, I got the
"hand". I've noticed that I don't get that anymore unless I put a
hotspot on
an object in a layer and then put the behavior on the hotspot. Is there
anyway
to make the "hand" appear? I've always put the behavior on an object in a
layer, not on the layer itself, and I'm lazy! I don't want to go the
extra
step of putting in the hotspot if I don't have to.




Reply With Quote
  #5  
Old   
CRolfes
 
Posts: n/a

Default Re: clicking layers???? - 12-01-2005 , 02:32 PM



I was so frustrated by this problem that I just called the tech support number
and spoke with someone there about it. In older versions of Dreamweaver this
was not a problem but with the last 2 releases they "fixed" it so that putting
a behavior on an object does not automatically cause the 'hand" to appear. To
get the "hand" to appear you need to put a # sign in the Link field of the
image property box. I tried it and it works great!


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

Default Re: clicking layers???? - 12-01-2005 , 02:51 PM



Have you tried highlighting your text and manually changing its color with the
text menu in the menu bar at the top of the workspace? I think that will help
for the color, but I'm sorry, I don't know how to get rid of your underlining
unless you go to your page properties and change it to Never underline, but I
don't know if you want to do that.


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

Default Re: clicking layers???? - 12-01-2005 , 03:04 PM



<sigh>

What nonsense. This person has no clue. It is NOT a DW problem. It is how
HTML works.

Here's the truth. A link causes the browser to use the pointer for the
cursor. Applying a behavior to something that is not a link will cause you
to not get the pointer.

What may have happened in earlier versions is that when you applied that
behavior a null link was automatically inserted.

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"CRolfes" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
I was so frustrated by this problem that I just called the tech support
number
and spoke with someone there about it. In older versions of Dreamweaver
this
was not a problem but with the last 2 releases they "fixed" it so that
putting
a behavior on an object does not automatically cause the 'hand" to appear.
To
get the "hand" to appear you need to put a # sign in the Link field of the
image property box. I tried it and it works great!




Reply With Quote
  #8  
Old   
Murray *TMM*
 
Posts: n/a

Default Re: clicking layers???? - 12-01-2005 , 03:05 PM



Pseudo-classes and container styles are what you need - here are some
tutorials.
http://www.mako4css.com
http://www.thepattysite.com/linkstyles1.cfm
http://www.projectseven.com/tutorial...sses/index.htm

--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.dreamweavermx-templates.com - Template Triage!
http://www.projectseven.com/go - DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs, Tutorials & Resources
http://www.macromedia.com/support/search/ - Macromedia (MM) Technotes
==================


"CRolfes" <webforumsuser (AT) macromedia (DOT) com> wrote

Quote:
Have you tried highlighting your text and manually changing its color with
the
text menu in the menu bar at the top of the workspace? I think that will
help
for the color, but I'm sorry, I don't know how to get rid of your
underlining
unless you go to your page properties and change it to Never underline,
but I
don't know if you want to do that.




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 - 2008, Jelsoft Enterprises Ltd.