Menu

#471 NDoc outputs faulty HTML/CSS

open
nobody
None
5
2006-04-07
2006-04-07
No

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

Discussion

  • Jonathan Slenders

    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

     

Log in to post a comment.

MongoDB Logo MongoDB