I have a <div>
setup as such:
#menu_one
{
height:50px;
width:150px;
background-color:#666666;
}
</style>
<div id="menu_one"></div>
What I want to do is have this <div>
fade into a image that will be of the same size on mouse over then fade out when the mouse exits.
Would it be better to have a background image of the grey and then fade between the two images?
How would I accomplish this?