Disqus iframe grows to fit it's content, makes it hard to link to
This line of code:
<p class="comment"><a href="<?php the_permalink() ?>#disqus_thread">0 Comments</a></p>
Takes the user to a page with the Disqus comment system that reside in an iframe.
When the page loads, the Disqus iframe has a hight of 0 (zero). Since the iframe is positioned at the bottom of the page, the following happens:
I wan't the user to se the top of the Disqus iframe at the top of the screen. Anyone knows how I can fix this?
链接地址: http://www.djcxy.com/p/89914.html上一篇: 高度,所以它保持从页眉到页脚或更长?