I want to make a column on the right contain a Panel that in turn contains a Table of Contents macro.
I have all this setup - but I would like to make it so that this Table of Contents is "fixed" to the right side of the screen so that it is visible to help navigate around the page as you scroll up and down.
What is the best way to go about this?
Hi William Yeack,
I don't know what the "best" way is, but I would experiment with combinations of a {div} macro and some CSS.
position: fixed/relative/absolute; top: {some_number} px; right: {some_number} px;
For step 3 you can either use inline styles or a CSS class.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Consider using the documentation theme.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Online forums and learning are now in one easy-to-use experience.
By continuing, you accept the updated Community Terms of Use and acknowledge the Privacy Policy. Your public name, photo, and achievements may be publicly visible and available in search engines.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.