Re: How to show Icon in Sidebar?
There is a missing closing tag after #IbImage.
#lbImage {
background: url(../images/youtube_bullet.gif) 88% 52% no-repeat;
paddin#lbOverlay {
position: absolute;
left: 0;
width: 100%;
background-color: #000;
cursor: pointer;
}
Should be this to work anyway:
#lbImage {
background: url(../images/youtube_bullet.gif) 88% 52% no-repeat;
}
paddin#lbOverlay ...etc....
Now for the icon, add the CSS code:
#lbImage {
background: url(../images/youtube_bullet.gif) 88% 52% no-repeat;
padding: 0.55em 3em 0.55em 0 !important;
margin-right: 0.85em !important;
}
paddin#lbOverlay ...etc....