Ver Mensaje Individual
  #4 (permalink)  
Antiguo 01/09/2004, 05:00
Avatar de seoista
seoista
 
Fecha de Ingreso: septiembre-2003
Ubicación: Pues leyéndote
Mensajes: 1.076
Antigüedad: 20 años, 6 meses
Puntos: 59
Perdonad que me entrometa, pero sólo una pregunta
Código:
<head>
<script language="javascript">
function muestraGranDiv(){
document.all.granDiv.style.visibility = "visible";
}
</script>
</head>

<body onload="muestraGranDiv()">

<div id="granDiv" style="visibility:hidden;">
...
</div>

</body>
el <body...> con más códigos, ¿ cómo se pondría. ?

ASÍ: <body onload="muestraGranDiv()" bgcolor="#EEEEEE" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">
ó
ASÍ: <body onload="muestraGranDiv()"; bgcolor="#EEEEEE" leftmargin="0" topmargin="0" marginwidth="0" marginheight="0">

¿ Con punto y coma (;) ó sin ella?

Muchas gracias.

Saludos
__________________
· No contesto por M.P.