Seeking assistance with my LI style CSS.
Visit this link for reference
I'm having trouble getting an image to float on the right side of my sidebar links, and my content is overlapping with the sidebar...
.sidebar-menu ul {
font : 14px font-family: 'Open Sans', sans-serif;
margin : 0;
padding : 0;
margin-bottom : 0;
list-style-image:url(images/menu-arrow.png);
}
The above method doesn't seem to be working for me. Does anyone have a simple solution?