It might be a good idea to make NDoc output standards
compliant HTML and CSS code. This way NDoc
documentation can be used in any browser (not just IE).
Currently, using the Firefox browser; the table of
contents box have a height of 2-3 rows instead of 20-30
rows (like in IE). This makes it impossible to get a
good "birds eye view" of the documentation.
reagrds,
martin
Logged In: YES
user_id=1509865
Can someone add (at least) this CSS code to the tree.css
file. This fixes a small bug in Firefox.
.treeDiv
{
position: absolute;
bottom: 0;
}
The tree on the left is not stretched heigh enough to
contain all it's content. Anonther option would be to drop
the overflow:auto.
Thanks,
Jonathan
Logged In: YES
user_id=581890
The tree fix in Firefox is addressed in the following bug
report:
http://sourceforge.net/tracker/?func=detail&aid=1485833&group_id=36057&atid=416078
Logged In: YES
user_id=581890
The tree fix in Firefox is addressed in the following bug
report:
http://sourceforge.net/tracker/?func=detail&aid=1485833&group_id=36057&atid=416078