Código HTML:
Ver original
<!DOCTYPE HTML> <html> <head> <style> #prueba1{float:left; width:200px; height:200px; margin-bottom:100px; background-color:#090} #prueba2{float: left; width:200px; height:200px; margin-bottom:100px; background:#06C} </style> <meta http-equiv="Content-Type" content="text/html; charset=utf-8"> </head> <body> <div id="prueba1"> </div> <div id="prueba2"> </div> </body> </html>
Quiero que al ponerme encima del cuadro ver, que el cuadro azul se vuelva rojo.
¿como puedo hacerlo?
Gracias.