hi first post on here for a long while.
i am trying to add a background image to my links in a list on my page but i cannot get the image to show how i would like.
i am either going about it the wrong way or it simply cannot be done how i would like. either way here is the code that i am using at the min
#P_navigation li{
list-style-type : none;
margin : 0;
margin-left : 0;
background : url(../images/buttons/main_link_bg.png)-50px -15px no-repeat;
width : 192px;
height : 50px;
}