Ask a Question related to Macromedia Dynamic HTML, Design and Development.
-
Thetoothfairy #1
Fold Down Menu Help Please
Hi
I am using a older version of Dreamweaver and was wondering if it was because
I have a older version or what it is. I have tryed to gets scripts for a fold
down menu tree but when I put the script where they are supposed to be they get
scrambled up with all these yellow squares on the screen and writing. Take a
look at this site and where it says general questions click on a question and
you will see how it behaves. I am looking for a script or program that will
allow me to do in Dreamweaver. Any help would be appreciated!
[url]http://www.akc.org/canine_legislation/paws_QA.cfm?page=2[/url]
Thetoothfairy Guest
-
Fold Over ad
How do you create a "fold over" ad like this one? http://www2.canoe.com/promo/exemple-creatifs/romeojuliette/dhtml.html How big is the flash... -
My page goes beyond the fold, but no scrollbar? :S
Hi, I have made a website in Flex, located at http://www.theplaygrounds.co.uk/The_Playground.swf . Now this site is just a simple portfolio,... -
Page sizes in multiple fold docs
A little of topic, and posted in adobe illustrator forum (shouldv'e known better)... I know this is horribly basic, but I've got 2 different... -
Creating a Tri-Fold Brochure
Hi. I'm in a real hurry to create a Tri-Fold Brochure for a customer. have Freehand MX 11. Does anyone have any quick and simple templates could... -
ANNC: PVII Menu Magic II Multi-Level Menu Tutorial.
Hello All, Menu Magic II by Project Seven is probably the coolest menu creation tool there is for Dreamweaver. While PVII chose to provide a... -
tomc-440music #2
Re: Fold Down Menu Help Please
I looked at the site and clicked on the General Question but did not see an
error or any yellow boxes.
If you're asking about how they did the the hide and view the additional
information they're useing JAVA. It's a smiple script and you should be able to
find some usefull scripts at hotscripts.com.
Tom
440MUSIC.COM IM Radio
Beyond The Reach Of Satellite
tomc-440music Guest
-
Thetoothfairy #3
Re: Fold Down Menu Help Please
Hi Again
When you click on one of the general questions on that page and it is set to
hide all.... the answer to the question appears... I am looking for a script
that does just this.... I have tryed a few but when I put them in dreamweaver
the scripts are all over the place. :(
Thetoothfairy Guest
-
Thetoothfairy #4
Re: Fold Down Menu Help Please
Hi Again
When you click on one of the general questions on that page and it is set to
hide all.... the answer to the question appears... I am looking for a script
that does just this.... I have tryed a few but when I put them in dreamweaver
the scripts are all over the place. :(
Thetoothfairy Guest
-
Thetoothfairy #5
Re: Fold Down Menu Help Please
Here is another site that has what I am looking for.
[url]http://petsunlimited.com/cfdocs/pets/breedhelp.html[/url]
Is there such script for this?
Many thanks!
Thetoothfairy Guest
-
A1designer #6
Re: Fold Down Menu Help Please
copy this script in above head:
<script>
function showhide(id){
if (document.getElementById){
obj = document.getElementById(id);
if (obj.style.display == "none"){
obj.style.display = "";
} else {
obj.style.display = "none";
}
}
}
</script>
Then this is the action they use to do what theyve done:
<TR><TD><Font size=3><a href="#" onclick="showhide('script1');
return(false);">blah de blah de blah</a>
</TD></TR>
<TR><TD><div style="display: none;" id="script1">
blah blah blah
</div> </TD></TR>
where Ive put blah blah put the words you want to use.
I hope thats right - give it a go!
A1designer Guest



Reply With Quote

