Template:Toc

From The Official Visionaire Studio: Adventure Game Engine Wiki
Revision as of 23:10, 20 August 2014 by AFRLme (talk)

<script type="text/javascript"> $(document).ready(function() {

$(".ftoc").hover(function() {

$(this).animate({left:0}, 1000);

} else {

$(this).animate({left:-250}, 1000);

});

}); </script> Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.