In my website i have a empty <div> with background-image. my <div> width is 280px and background-image width is 165px. So i need the link only in 165px(only for background-image). Is it possible to give like that ?

Here, border black is my <div> and READ MORE is my background-image.
Note: If i am using <img> tag directly inside <div> tag instead of using as a background-image , then my problem is solved. But I want to know whether is it possible to give background-image as a link for an empty <div> ?
Two solutions:
Place an empty ‘A’ tag over the background image.
Use an ‘A’ tag and place the image as the background-image of the ‘A’ tag.