Ver Mensaje Individual
  #2  
Antiguo 04-09-2006
Avatar de MaMu
MaMu MaMu is offline
Miembro
 
Registrado: abr 2006
Ubicación: Argentina
Posts: 863
Reputación: 19
MaMu Va por buen camino
Código:
style type="text/css">
<!--
body {
 background-attachment: fixed;
 background-color: #000000;
 background-image:   url(mi_fondo.jpg);
 background-repeat: repeat;
 background-position: center center;
}
Saludos.
__________________
Código Delphi [-]
 
try 
ProgramarMicro(80C52,'Intel',MnHex,True);
except
On Exception do
MicroChip.IsPresent(True);
end;
Responder Con Cita