I have below code in html page:
in css page the below code:
Try using the border property instead of the outline property. It should look like:
img:hover { border: 2px solid blue; }
Edit: Use hover instead of focus