Image should change after hovering — like border does.
img { border: 1px solid #0f0; content: url(mac.gif); } img:hover { border: 1px solid #f00; content: url(linux.gif); }