• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

Where is the TOC code in the HTML5 output

Contributor ,
Sep 23, 2014 Sep 23, 2014

Copy link to clipboard

Copied

Hello everyone I am trying to find the TOC code in the HTML5 output. I found this line in the index.html

<div id='toc' style='left:0px;position:absolute;-webkit-tap-highlight-color: rgba(0,0,0,0);'> </div>

But that does nothing to modify it. I am currently looking in the CSS but I am going nuts. All I need to do is move the whole TOC div container down 20 pixels.

Anyone have an answer?

Views

335

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines

correct answers 1 Correct answer

Engaged , Sep 24, 2014 Sep 24, 2014

Put this javascript in the first slide to execute on load

toc.style.marginTop="20px";

does what you want?

Votes

Translate

Translate
Engaged ,
Sep 24, 2014 Sep 24, 2014

Copy link to clipboard

Copied

Put this javascript in the first slide to execute on load

toc.style.marginTop="20px";

does what you want?

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Contributor ,
Sep 25, 2014 Sep 25, 2014

Copy link to clipboard

Copied

LATEST

Thanks  a million that works perfect!

You still need to make some changes to the index.html but the TOC finally moves where I want it to.

Thanks again

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Help resources