Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
biff198 #1
Making Text appear "onClick"
So, here is what I want to do.
Say I have a small image (100x100). I want to be able to click on the image,
and have a few words of text appear near it. Then, click on the image again,
and have a few more words appear near that. Finally, on clicking it again,
have both sets of text disappear. I have been looking all over trying to find
how to do this, but many places offer examples that are close, but not exactly,
what I want. I don't know enough programming of this sort to edit it well, and
the places that give examples rarely inform on how to change it the way you
want. Can someone please help? Thanks.
biff198 Guest
-
Making webpage text "copyable"
On my website I want to be able to put some text that people can actually copy. For example I want to be able to put "Cut and paste our website... -
Making "unalterable" and "locked" image
I've noticed some websites have .jpgs that cannot be dragged and copied to someone's desktop. How do I "lock" an image like that? Also, how can I... -
Making text "black"?
I typed some text for navigation links and made them hexidecimal color #00000 in FW MX, and exported them as .gifs and brought them into DW MX. ... -
<a href="#" onclick="MyFolderProfile('<%=sFolder%>') en NET?
Hi How I can change this tag in order to works in NET? <a href="#" onclick="MyFolderProfile('<% =sFolder%>'); return false;"... -
Attaching "OnClick" Javascript code to dhtml popup menu links
I am currently developing a web site using fireworks, and am trying to figure out a way (through hand-coding) of attaching a javascript function... -
father_of_chicks #2
Re: Making Text appear "onClick"
You mean "tooltip"
Trustme...half of the people that comes in this forum always ask for this
And those Newsgroup are sick of it, so any suker asking for this won't get any
help
I email, how to improve, by saying, there should be a update patch so it auto
installs: the way to do a tooltip in the Dreamweaver
father_of_chicks Guest
-
Murray *ACE* #3
Re: Making Text appear "onClick"
The best way you could get this would be from the use of some custom
javascript.
Clicking on an image and displaying text next to it is not at all difficult;
you can use show/hide layer, or set text of layer, or swap class, or any of
a number of different techniques, to get that.
Clicking on an image, getting text, then clicking on it again, getting more
text, and finally clicking on it a third time, and getting yet more text
would be much more difficult.
A brute force method would be to have three duplicates of the image, each in
a layer, and all superimposed. Make two of the layers hidden and the third
visible. Click once on the image, reveal the text, *and* hide that image's
layer while simultaneously showing the next image in the stack's layer will
set you up for the next events. A new image with a new set of links has
been revealed by this. Clicking on that image will reveal a new chunk of
text, and will again hide this image's layer, and reveal the next image's
layer.
The last step would be left up to the reader....
--
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.dwfaq.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"biff198" <webforumsuser@macromedia.com> wrote in message
news:e0a442$k9f$1@forums.macromedia.com...> So, here is what I want to do.
>
> Say I have a small image (100x100). I want to be able to click on the
> image,
> and have a few words of text appear near it. Then, click on the image
> again,
> and have a few more words appear near that. Finally, on clicking it
> again,
> have both sets of text disappear. I have been looking all over trying to
> find
> how to do this, but many places offer examples that are close, but not
> exactly,
> what I want. I don't know enough programming of this sort to edit it
> well, and
> the places that give examples rarely inform on how to change it the way
> you
> want. Can someone please help? Thanks.
>
Murray *ACE* Guest



Reply With Quote

