Ver Mensaje Individual
  #2 (permalink)  
Antiguo 28/03/2007, 10:45
Avatar de skatomundo
skatomundo
 
Fecha de Ingreso: junio-2002
Ubicación: Santiago - CL
Mensajes: 2.532
Antigüedad: 21 años, 10 meses
Puntos: 125
Re: Diseño Web con Musica

Podrías hacer un DIV con CSS que se carga al inicio y se mantenga VISIBLE, podrías probar algo.. sino deberías hacerlo en un POPUP que se cargue en el <BODY onload()> de tu INDEX.

Código PHP:
#musicaon {
    
position:absolute;
    
float:left;
    
top29%;
    
left58%;
    
clear:both;
    
width:20em;
    
height:28em;
    
margin-top: -9em;
    
margin-left: -20em;
    
border3px solid #FF6600;
    
background-color:#FFFFFF;
    
visibility:hidden;
    
overflowauto;