Miina Damer

home | profile | archive

Dear Diary

recent posts

Comments are welcome

Moonlighting

Tonight: Juke Box Jive

A technical statement

Winter is delayed

Long waited summer

Chocolate Chips Cookies

When you hate your job

Did he really want to see...

Happy New Year

thursday, 10 november, 2005 at 12:26 pm

A technical statement

Oh my! One of my friends told me about his discovery. He uses a free web site statistics that requires an annoying little graphics to be placed on the page. He likes to get rid off it, but cannot change the measurement code. Now he had found a little trick how to hide the tag forever without destroying anything.

This is very simple code with some styling information. It surrounds the statistical code and creates a block around it. This block is then set invisible and placed outside the browser window. Take a look at the code below.

<div id="counter" style="position: absolute;
width: 18px;
height: 18px;
z-index: 1;
left: -18px;
top: -18px;
visibility: hidden;">
<!-- statistical code goes here -->
</div>

post a comment

copyright © 2010 miina damer. all rights reserved.