I have been attempting to adjust an image that is nested within a link which is nested inside a list.
My initial idea was to use the image as a background picture.
The issue arises when I try to position the background picture correctly with respect to the link and the list itself, especially considering that there is additional text written inside the <li>
.
.solution-pic {
margin-bottom: 10px;
width: 151px;
height: 63px;
display:block;
background: transparent url('http://s1.postimg.org/ysb0w71ej/solution_icon_personal_hover.png') center top no-repeat;
}
You can view my fiddle example here