Difference between revisions of "Template:Toc"

From The Official Visionaire Studio: Adventure Game Engine Wiki
Line 6: Line 6:
 
$(document).ready(function() {
 
$(document).ready(function() {
  
    $('.ftoc_content').slimScroll({
+
$('.ftoc_content').slimScroll({
        height: '290'
+
  color: '#00f',
    });
+
  height: '290',
 +
  railVisible: true,
 +
  railOpacity: 0.3,
 +
  allowPageScroll: false
 +
});
  
 
$(".ftoc").hover(function() {
 
$(".ftoc").hover(function() {

Revision as of 02:35, 21 August 2014

Generates a floating Table of contents menu in a fixed position on the left hand side of the screen.