Table of Contents highlights
December 15, 2005 12:00 AM
Got a workaround that seems to work with using the transparent frame option deslected.The TOCxx.html file has an option that I changed to add a little CSS to:I also added it into the TOCxx.css file for extra measure.. body { background-color: #f7f4e3; border: none;}I also was able to control the color of the highlight in changing the js file titled trivantis-toc. Starting at about line 668 (Function locateNode)on line 673 add the color I wanted to tocObj.selNode.navObj.style.backgroundColor = '#00C000'And on line 689 added it again. tocObj.selNode.navObj.style.backgroundColor = '#00C000'seems to do the trick. Now I have also gone into the images directory and made them all transparent gifs so the plus and minus signs and dotted lines dont' show up...Edited By: 8ball on 2007-6-28 14:45:55
Discussions have been disabled for this post