I'm trying to make a div's background color change on mouse over.
the div {background:white;}
the div a:hover{background:grey; width:100%; display:block; text-decoration:none;}
only the link inside the div gets the background color. what could I do to make the whole div get that background color?
thank you
LATER EDIT: how can I make the whole div to act as a link - when you click anywhere on that div, to take you to an address.