bambam
02-12-2009, 11:29 AM
1) Script Title: jQuery Treeview Menu
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/treeview/index.htm
3) Describe problem:
I really don't know what I'm doing wrong. I copied the entire css into my stylesheet in case that was the problem, but no! Below is the html concerned and the code in demo.js
<ul id="collapse">
<li><strong>Effects</strong> – types of
<ul>
<li><strong>Chorus</strong> – yes, everyone knows that the chorus is the repeated, catchy bit in a song. But did you know that it is also an effect which takes a sound and plays it over itself in a slightly changed way to make it sound like more than one instruments are playing?</li>
<li><strong>Delay</strong> – echo that repeats the sound e.g. ECHO-ECHo-ECho-Echo-echo</li>
<li><strong><a href="http://music.booseytracks.com/search/html/popup_cddetails_i.php?cdkurz=SCD048829&w=tr&" target="_blank">Phaser/Flanger</a></strong> – The first is not a space-age gun and the second is not at all what you’re thinking. These are effects which put a sound in and out of time with itself creating whooshing and/or space-age sounds</li>
<li><strong><a href="http://music.booseytracks.com/search/html/popup_cddetails_i.php?cdkurz=STRP000206&w=tr&" target="_blank">Reverb</a></strong> – echo that sustains the sound e.g. echo-o-o-o-o-o-o</li>
</ul>
</li>
</ul>
$(document).ready(function(){
$("#collapse").treeview({
collapsed: true,
animated: fast,
unique: false,
persist: "location"
});
});
Let me know if any more information is needed, it's a bit of a head against a brick wall situation!
Thanks :D
2) Script URL (on DD): http://www.dynamicdrive.com/dynamicindex1/treeview/index.htm
3) Describe problem:
I really don't know what I'm doing wrong. I copied the entire css into my stylesheet in case that was the problem, but no! Below is the html concerned and the code in demo.js
<ul id="collapse">
<li><strong>Effects</strong> – types of
<ul>
<li><strong>Chorus</strong> – yes, everyone knows that the chorus is the repeated, catchy bit in a song. But did you know that it is also an effect which takes a sound and plays it over itself in a slightly changed way to make it sound like more than one instruments are playing?</li>
<li><strong>Delay</strong> – echo that repeats the sound e.g. ECHO-ECHo-ECho-Echo-echo</li>
<li><strong><a href="http://music.booseytracks.com/search/html/popup_cddetails_i.php?cdkurz=SCD048829&w=tr&" target="_blank">Phaser/Flanger</a></strong> – The first is not a space-age gun and the second is not at all what you’re thinking. These are effects which put a sound in and out of time with itself creating whooshing and/or space-age sounds</li>
<li><strong><a href="http://music.booseytracks.com/search/html/popup_cddetails_i.php?cdkurz=STRP000206&w=tr&" target="_blank">Reverb</a></strong> – echo that sustains the sound e.g. echo-o-o-o-o-o-o</li>
</ul>
</li>
</ul>
$(document).ready(function(){
$("#collapse").treeview({
collapsed: true,
animated: fast,
unique: false,
persist: "location"
});
});
Let me know if any more information is needed, it's a bit of a head against a brick wall situation!
Thanks :D