Ok i am wanting to put facebook comment on my website which i have figured out but when i click the link to show more comments the footers doesnt go down and its like it hides the newly shown comments
heres the link to a live view of what im talking about
http://charliestallings.zymichost.com/test.html
here is the coding
Code:
<div id="facebook"><h2>Leave A Comment</h2>
<fb:comments href="http://www.charliestallingsdesigns.tk" num_posts="10" width="600" class=" fb_iframe_widget"><span><iframe id="f348149718" name="f97b19f44" scrolling="no" style="border-width: initial; border-color: initial; overflow-x: hidden; overflow-y: hidden; height: 964px; width: 600px; border-top-style: none; border-right-style: none; border-bottom-style: none; border-left-style: none; border-width: initial; border-color: initial; " class="fb_ltr" src="http://www.facebook.com/plugins/comments.php?api_key=190278311009080&channel_url=http%3A%2F%2Fstatic.ak.fbcdn.net%2Fconnect%2Fxd_proxy.php%3Fversion%3D3%23cb%3Df161a690f%26origin%3Dhttp%253A%252F%252Fcharliestallingsdesigns.tk%252Ffec85fc%26relation%3Dparent.parent%26transport%3Dpostmessage&href=http%3A%2F%2Fwww.charliestallingsdesigns.tk&locale=en_US&numposts=10&sdk=joey&width=600"></iframe></span></fb:comments>
</div>
and the css
Code:
#facebook {
position: relative;
margin-left: auto;
display: block;
color: #000;
letter-spacing: 2px;
margin-right: auto;
background-image: url(images/bg.png);
background-repeat: no-repeat;
background-position: center top;
width: 1100px;
}
#footer {
clear: both;
bottom: 0px;
color: rgba(152,152,152,1);
background-color: rgba(0,0,0,1);
text-align: center;
width: 100%;
height: 75px;
padding-top: 10px;
background-image: url(images/banner.png);
background-position: center;
position: static;
}
#footer li {
display: inline;
}
#footer a:link {
text-decoration: none;
color:#FFFFFF;
}
#footer a:visited {
text-decoration: none;
color:#FFF
}
#footer a:hover {
text-decoration: none;
color:#999;
}
#footer a:active {
text-decoration: none;
color:#FFF
}
i know it can be done ive seen it goto
http://thisisvanisher.com/stream and see how they did it but i cant figure it out