Hello,
I've been searching for awhile now on how to install a icon on the menubar with a custom image. Specifically, I'm trying to place a twitter icon in my menu. I got the code to work fine except it just doesn't show the image and the image is in my media. Here is what my code looks like:
.menu-twitter {
text-indent:-9999px;
background-image:url('http://brolicbeats.files.wordpress.com/2012/10/1349923373_social_twitter_box_blue.png');
background-repeat:no-repeat;
margin-left:100px;
width:50px;
}
You can see it just showing up as a black box without the image. Am I calling the image incorrectly? Any help would greatly be appreciated
The blog I need help with is brolicbeats.net.