Having read Oli Warners post on ThePCSpy.com about a CSS Table of Contents I decided to knock up a quick demo myself with some fairly good results.
the code
The CSS for this is fairlty simple and is as follows:
#document ol{
margin:0px 0px 0px 25px;
padding:0px 0px 9px 0px;
}
#document ol ol{
margin:0px 0px 0px [...]
Continue reading " CSS Table of Contents using Ordered Lists "

