Ver Mensaje Individual
  #8 (permalink)  
Antiguo 04/05/2011, 01:58
consull
 
Fecha de Ingreso: abril-2011
Mensajes: 12
Antigüedad: 13 años, 9 meses
Puntos: 0
Respuesta: problema con div

como puedo imprimir un div con onmouseover?

<div id='<?php echo "ee".$o."" ?>' class='aa' style='height:'".$Coor."''style='width='".$Coory." ''>
<head><LINK href='contenedor.css' rel='stylesheet' type='text/css'>

<?php

if ($Foto!=0)
{

echo "<img src='".$Fotos.".jpg' heigth='50' width='50'> ".$nombres."<br>";

}

if ($PC!=0)
{

echo "<img src='Pc.jpg'> ".$PCs."<br>";

}

if ($Pantalla!=0)------>esto es xq lo compruebo si es distinto de cero lo imprimo.
{

echo "<img src='pantalla.jpg'> ".$Pantallas."<br>";

}

if ($Portatil!=0)
{

echo "<img src='portatil.png'>".$Portatils."<br>";

}
?>
</div>


gracias un saludete