|
|
|
|
|
|
|
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>
|
|
|

|
copyright © 2010 miina damer. all rights reserved. |
|
|
|