I\'m trying to make a div\'s background color change on mouse over.
the div {background:white;} the div a:hover{background:grey
simply try "hover" property of CSS. eg:
hello there
i hope this will help