-
Help Smart Folding Menu Tree Script IE script
script: Smart Folding Menu Tree Script IE
http://www.dynamicdrive.com/dynamicindex1/navigate1.htm
i have been playing around with one of the script i found here which is
Menus and navigation systems / Smart Folding Menu Tree Script IE.
But i was just puzzle is there anyway i could have my cursor as the "I" when i go across the inner menu. I try taking away the <a> tag but it will still appear as a cursor "hand" image.
Can anyone help??
thanks
-
-
Not sure why you would want this, but you can change the cursor for the submenu items to a "I" by replacing the style sheet near the top of the head with:
<style>
<!--
#foldheader{cursor:pointer;cursor:hand ; font-weight:bold ;
list-style-image:url(fold.gif)}
#foldinglist{list-style-image:url(list.gif); cursor: text}
#foldinglist a{list-style-image:url(list.gif); cursor: text}
//-->
</style>
-
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
Bookmarks