Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
MaliN #1
switching between layers
Hi,
i have five layers and I want to swich between them
using MM_showHideLayers() function. My question
is how to put function parametrs to the event to
make current layer invisible and another visible.
Eg.
<p onClick="MM_showHideLayers('Layer1','','hide','Lay er2','','show')">2</p>
What if visible layer is other than Layer1, how to hide it?
regards,
malin
MaliN Guest
-
Switching a camera
I've looked through the threads and can't find/understand if there is an answer to this question: I have a SW3D called "Brooklyn" with a camera... -
Switching to ID
I recently began working in the marketing department of a business that uses Pagemaker for our page layout tool. We use this program because that is... -
Fill layers vs Pixel layers
What is the difference between a fill layer and a pixel layer that contains a flat color? (Beside the capacity to paint different colors into the... -
FreeHand Layers to Acrobat Layers
Hi, I have noticed that in Acrobat 6 that you can have layered documents and I 'm wanting to know if there is a way to create a layered PDF from a... -
big switching...
I have a 12 field 3000 line file (| delimited) and need to check the 7th entry of each line to see what it is, and based on that it needs to be... -
Murray *TMM* #2
Re: switching between layers
MaliN:
Don't apply event handlers to a <p> tag if you want broad browser/platform
support.
Make each trigger hide *all* the layers except the one you want to show.
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"MaliN" <malinow_NO_SPAM@interia.pl> wrote in message
news:beenpu$6pv$1@forums.macromedia.com...onClick="MM_showHideLayers('Layer1','','hide','Lay er2','','show')">2</p>> Hi,
>
> i have five layers and I want to swich between them
> using MM_showHideLayers() function. My question
> is how to put function parametrs to the event to
> make current layer invisible and another visible.
>
> Eg.
> <p>
> What if visible layer is other than Layer1, how to hide it?
>
> regards,
> malin
>
>
>
Murray *TMM* Guest
-
MaliN #3
Re: switching between layers
> Don't apply event handlers to a <p> tag if you want broad browser/platform
How about <td> tag ?> support.
Like this:> Make each trigger hide *all* the layers except the one you want to show.
onClick="MM_showHideLayers
('Layer1','','hide','Layer3','','hide','Layer4','' ,'hide','Layer5','','hide'
,'Layer2','','show')" ?
What is this second, blank argument ?
(excuse my english)
-------
malin
MaliN Guest
-
Murray *TMM* #4
Re: switching between layers
malin:
Nope - not <td> tags either. <a> tags would do nicely, however.
What is the second argument? I don't remember. But yes, you have the
idea....
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"MaliN" <malinow_NO_SPAM@interia.pl> wrote in message
news:beep3p$9ch$1@forums.macromedia.com...browser/platform> > Don't apply event handlers to a <p> tag if you want broad('Layer1','','hide','Layer3','','hide','Layer4','' ,'hide','Layer5','','hide'>> > support.
> How about <td> tag ?
>>> > Make each trigger hide *all* the layers except the one you want to show.
> Like this:
> onClick="MM_showHideLayers
>> ,'Layer2','','show')" ?
>
> What is this second, blank argument ?
>
> (excuse my english)
>
> -------
> malin
>
>
Murray *TMM* Guest
-
MaliN #5
Re: switching between layers
> Nope - not <td> tags either. <a> tags would do nicely, however.
Thanks a lot>
> What is the second argument? I don't remember. But yes, you have the
> idea....
MaliN Guest
-
Murray *TMM* #6
Re: switching between layers
You're welcome!
--
Murray --- ICQ 71997575
Team Macromedia Volunteer for Dreamweaver MX
(If you *MUST* email me, don't LAUGH when you do so!)
==================
[url]news://forums.macromedia.com/macromedia.dreamweaver[/url] - THE BEST WAY TO GET
ANSWERS
==================
[url]http://www.dreamweavermx-templates.com[/url] - Template Triage!
[url]http://www.projectseven.com/go[/url] - DW FAQs, Tutorials & Resources
[url]http://www.DreamweaverFAQ.com[/url] - DW FAQs, Tutorials & Resources
[url]http://www.macromedia.com/support/search/[/url] - Macromedia (MM) Technotes
==================
"MaliN" <malinow_NO_SPAM@interia.pl> wrote in message
news:beepom$al5$1@forums.macromedia.com...>> > Nope - not <td> tags either. <a> tags would do nicely, however.
> >
> > What is the second argument? I don't remember. But yes, you have the
> > idea....
> Thanks a lot
>
>
Murray *TMM* Guest



Reply With Quote

