Comment Bubble Alignment
-
I really love the look of the comment bubble, like on this site ::
I am attempting to add it to my site, but I’m having two problems::
Getting it aligned automatically within the post header area. Currently I have this CSS ::
.shield { position: relative; left:430px } .commentscloud { position: absolute; text-align: center; top: -37px; left: 22px; width: 46px; height: 46px; padding: 7px 0; background: url(/bubble2.png) no-repeat 0 0; }
in my style sheet and this ::
<div class="shield"> <div class="commentscloud"> <?php comments_number('0', '1', '%'); ?> </div> </div>
in my index.php.
Also, was wondering how to make the comment number click able, so the user can licks on the number of comments in the bubble and read the comments posted.
Thanks so much, this is only my second post, but this forum has been a huge help!
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘Comment Bubble Alignment’ is closed to new replies.