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