<div></div>
/* 그냥 div */ div { width:100px; height:100px; background-color:red; } /* 마우스 올림을 받은 div */ div:hover { background-color:blue; }