Closed (fixed)
Project:
Table of Contents
Version:
6.x-3.1
Component:
Miscellaneous
Priority:
Minor
Category:
Task
Assigned:
Reporter:
Created:
26 May 2008 at 14:12 UTC
Updated:
6 Nov 2009 at 18:10 UTC
Just wondering how to make The table float so words around it can wrap just like in wiki ?
Comments
Comment #1
deviantintegral commentedOverride the CSS in your style.css. See the included CSS for an example. Float it to the right, and play with the width / max-width and size as needed.
--Andrew
Comment #2
dleong commentedHello,
I'd like to accomplish the same thing - have a floating TOC on either the left or right side of the page.
Could someone please provide an example of the changes to the style.css required to do this? (it doesn't appear that it was included in the previous post even thought it made mention of it).
Much appreciated, thanks.
Dennis
Comment #3
AlexisWilke commentedSomething like this:
You will have to play with the width and max-width parameters. See the CSS doc here if necessary: http://www.w3.org/TR/CSS21/
Thank you.
Alexis Wilke