Wrote the README_GIT file to be a proper tutorial on git, repo.or.cz and gtkD.
[gtkD.git] / gtkD / docs / candydoc / ie56hack.css
blob97a3de9e7d90e14b8473594702a225dc563a5526
1 /* This file is a part of CanDyDOC fileset.
2 File is written by Victor Nakoryakov and placed into the public domain.
4 This file is CSS to work around IE6 and earlier bugs. It's included just
5 in these browsers. */
8 /* Some magic to emulate unsupported "position: fixed" style. */
9 #tabarea
11 _position: absolute;
12 _top: expression(eval(document.body.scrollTop+8));
15 /* ditto */
16 #explorerclient
18 _position: absolute;
19 _top: expression(eval(document.body.scrollTop+24));
20 _height: expression(eval(document.body.clientHeight-48));