Ver Mensaje Individual
  #1 (permalink)  
Antiguo 24/10/2010, 15:10
argotian
 
Fecha de Ingreso: octubre-2010
Mensajes: 1
Antigüedad: 13 años, 6 meses
Puntos: 0
Necesito una ayudita con espaciado de imagenes

lo que pasa es que tengo 4 imagenes pequeñas que forman 1 sola imagen grande el problema es que como puedo alinearlas para que queden asi aver pongo imagen

en mi html se ven asi las imagenes



Código:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Virtual Urbano</title>
<LINK REL="stylesheet" TYPE="text/css" HREF="style.css">
</head>
<body>

<div id="image">
<img src="images/1.png" alt="1" />
<img src="images/2.png" alt="2" />
<img src="images/3.png" alt="3" />
<img src="images/4.png" alt="4" />
</div>

</body>
</html>

y necesito ponerlas asi con css



pero aqui no he podido como podria hacerlo?

Código:
#image{
             ????????
}

espero que me puedan ayudar de ante mano muchas gracias