I want slightly move the image on mouse over, but it doesn’t work.
Images are inside a table cell. Cells have no spacing, no padding, no defined height
Images outside the table – work well.
#img01 {
width:25px;
height:25px;
margin:9px 10px 0px 0px;
cursor:pointer;
}
#img01:hover {
margin-top:4px;
}
Images are inline by default. Try adding:
to the images.