Does anybody notice the black dot line around the selected area, which appears every since when the cursor click on the the sliced images, does CSS could solve this problem?
This will fix your problem. a { outline: none; } Mind you, this isn't a very accessible solution because this will make keyboard navigation (with tab key) very difficult.