Hidden Hit Counter
How to hide the FrontPage Hit Counter
Note: This site does not use FrontPage extensions. The Hit Counter described here is a non-working image.
The hit counter on this page is hidden by using a hidden <div>.
<div id="counter">
<!--webbot bot="HitCounter" i-image="4" I-ResetValue="0"
B-Reset="FALSE" I-Digits="5" U-Custom -->
</div>
CSS in the head sets the <div> to invisible. This will work in all browsers that support CSS2, including Netscape 4xx
The CSS for the layer is:
#counter{visibility:hidden;}
which can be seen if you view source.
Since the layer is invisible, it can be located anywhere on the page, and the content can occupy the top of the page with zero margins.
Hover the mouse here to see the counter in the left border of this page - removing the mouse will hide it again. This feature need not be placed in your page.