Ver Mensaje Individual
  #1 (permalink)  
Antiguo 31/03/2013, 10:45
carlosarmikhael
 
Fecha de Ingreso: septiembre-2012
Mensajes: 53
Antigüedad: 12 años, 5 meses
Puntos: 0
<Div> aleatorio

Buenas tengo un pequeño problema con el <div id="container"> necesito que las imágenes están contenidas AHÍ aparezcan de forma aleatorio.

Código HTML:
Ver original
  1. <!DOCTYPE html>
  2.     <header>
  3.     </header>
  4.     <body>
  5.         <div id="container">
  6.             <img src="img1.jpg" />
  7.             <img src="img2.jpg" />
  8.             <img src="img3.png" />
  9.             <img src="img4.png" />
  10.         </div>
  11.     </body>
  12. </html>