I am facing an issue with positioning a background image just outside the lime container.
When I position it correctly, any part of the image that extends beyond the container gets cut off. How can I display the whole image even if it is outside the container?
Desired effect
CSS code
body ul#main_navigation li li:hover > a, body ul#main_navigation li li.over > a
{
background-image:url(/images/nav_arrow_right.png);
background-repeat:no-repeat;
background-position: 197px 12px;
background-color: #0F0;
color: #FFF;
}