<html>
<head>
<meta http-equiv='Content-Type' content='text/html; charset=iso-8859-1'>
<meta http-equiv='Content-Language' content='it'>
<title>Pixel nero su fondo bianco / Black pixel on white background / Vittorio Turla</title>
<style type='text/css'>
td.comment {background-color:#ffffff; color:#000000; font-size:13px; font-family: sans-serif; padding:3px; height:13px;}
a {color:#000000;}
a:hover {background-color:#000000;}
</style>
</head>
<body leftmargin='0' topmargin='0' marginheight='0' marginwidth='0' bgcolor='#ffffff'>
<!--
__________________________
PIXEL NERO SU FONDO BIANCO
Il codice seguente definisce il pixel nero posizionandolo in -1,-1: al di fuori di qualsiasi schermo.
Il pixel nero esiste ma non è rappresentato dalla macchina all'interno dello spazio che permette di interagire con essa.
Dov'è il quadrato nero? Certo non nello schermo di un calcolatore.
_______________________________
BLACK PIXEL ON WHITE BACKGROUND
The following code defines the black pixel positioning it to -1,-1: outside of any screen.
The black pixel exists but is not represented by the machine into the space that allows you to interact with it.
Where is the black square? Certainly not inside the screen of a computer.
-->
<div style='width:1px; height:1px; background-color:#000000; position:absolute; top:-1; left:-1'></div>
<!-- Vittorio Turla 2011 -->
<table height='99%' cellspacing='3' border='0' bgcolor='#FFFFFF'>
<tr><td> </td></tr>
<tr><td class='comment'>Pixel nero su fondo bianco / Black pixel on white background</td></tr>
<tr><td class='comment'><a href='com.htm' target='blank'>Leggi il codice sorgente commentato</a> /
<a href='com.htm' target='blank'>Read the commented source code</a> /
<a href='mailTo:mail@vittorioturla.it'>mail@vittorioturla.it</a></td></tr>
</table>
</body>
</html>