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.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.