Cómo flotar sobre una célula individual en la tabla CSS

td:hover {
  background-color: #ff0000;
  color: #000000;
}
Super Sheep