Table of Contents Macro

Denise Kramer March 23, 2016

Can the TOC maco float on the page so that as the user scrolls the length of the page the TOC remains visable?

 

Thanks,

Denise Kramer

denise.kramer@vitals.com

2 answers

0 votes
Stephen Deutsch
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 24, 2016

You could probably do something like this: Include the CSS macro in the page, and insert the following content:

.toc-macro {
    position: fixed;
    right: 50px;
    top: 100px;
    z-index: 100;
    background: white;
}
0 votes
Davin Studer
Rising Star
Rising Star
Rising Stars are recognized for providing high-quality answers to other users. Rising Stars receive a certificate of achievement and are on the path to becoming Community Leaders.
March 23, 2016

Not that I know of in the cloud version. In the hosted version you could do this fairly easily with a user macro.

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events