Hi,
I'm new to wordpress (a week or so). I have created my blog at zivjacoby.com using the twenty eleven theme and I'm trying to add an rss feed button on my menu.
I added the following lines to my css to add the graphics and it looks OK. The problem is that I don't know how to eliminate the gradient when I'm hovering over it.
#menu-item-59 a {
display:block; height:30px; width:30px; padding:0px; margin-left:6px; margin-right: 50px; outline:none; text-indent:-9999px;
background-image:url('http://www.zivjacoby.com/images/rss.png'); background-position: 0px 0px; position: absolute; top: 0.6em;
}
Help will be appreciated.
Thanks,
Ziv