Add this to the <head> section of the website:

<style>
        #quickindex b:first-child {
                display: block;
        }
        #quickindex a {
                display: inline-block;
                min-width: 160px;
                border: solid 1px #cccccc;
                margin-top: 4px;
        }
</style>


Tweak a little maybe but you'll end up with something like this:

http://arsdnet.net/dtbl.png


The CSS is just a slightly simpler approach than messing with the javascript or
html itself and can be made good enough with virtually zero effort.

Reply via email to