Mar 11, 2009

Blog Help

Can anyone tell me how to get rid of the phantom "bubble" behind the "links to this post" in my post footer? I can't seem to find the problem in the code.

2 comments:

Sarah Jo Austin said...

The only thing I can find in your CSS referencing that image is:

.comment-link {
position:relative;
background: url(http://4.bp.blogspot.com/_V-IXTBBt1Bg/SWq8WknlHMI/AAAAAAAAApw/i1CgHpoHRp0/s1600/icon-comments.jpg) no-repeat right;
float:right;
padding:0px 0 0px 0px;
*margin-bottom: -30px;
*padding:0px 0 5px 0px;
text-align:center;
}

Try adding display:none; to the CSS style and see if that does it. I'm afraid, though, that it might turn off the bubble behind comment count above the post...

G said...

If I go in "edit page elements" and take away the backlinks, the bubble goes away. I may just have to forgo backlinks until I can figure out why it is repeating. Thanks for the suggestion though.