Great module!
I really appreciate how well the module is described including the screencast. That would be an example for other module how to document theire modules.

Now my "issue".
From a usabilty point of view it would be better to have the links act as block rather than inline textual links.
Add the following to the css.

.treeview li a {
display: block;
float: left; // MSIE6 needs this
}

Comments

Anonymous’s picture

Status: Active » Closed (fixed)

Never mind....

Adding :
.treeview li a {
display: block;
}
works fine in firefox, but breaks MSIE6.

Adding the float left breaks Firefox.

chrisshattuck’s picture

I agree this would be a nice feature. When I was figuring out the main navigation, I spent a lot of time trying to get the links to display as blocks. I couldn't figure it out, though. I can make the links in the bookmark and search section blocks, at least, but I figured for consistency it would be better for all the links to be inline.

Good idea, though, if you can figure it out I'll give you a sincere high-five. ;)