I'm using the script at http://www.dynamicdrive.com/dynamicindex1/navigate1.htm to create a menu tree navigation.
The directions call to insert a style:
<style>
<!--
#foldheader{cursor
ointer;cursor:hand ; font-weight:bold ;
list-style-image:url(fold.gif)}
#foldinglist{list-style-image:url(list.gif)}
//-->
</style>
I would like to use a linked stylesheet for this, as this is how I'm implementing my other styles. Can I put this style code in a linked style sheet? If so, where/how do I put it in the linked style sheet?
Thanks.
The directions call to insert a style:
<style>
<!--
#foldheader{cursor

list-style-image:url(fold.gif)}
#foldinglist{list-style-image:url(list.gif)}
//-->
</style>
I would like to use a linked stylesheet for this, as this is how I'm implementing my other styles. Can I put this style code in a linked style sheet? If so, where/how do I put it in the linked style sheet?
Thanks.
Comment