This example resizes the pop-up to 465 by 500:
<?php comments_popup_script(465,500); ?> (Should be in the <head> section, you should have <?php comments_popup_script(); ?> already).
As for scroll bars, if your content is larger than the box they will appear (I think).
gotcha well I will try the sizing that you suggested… and yeah the scroll bars are NOT showing by default…
Would be useful to know.
Scroll bars on comments popup, anyone?
At the moment if I show previous comments then there is no scrollbar. Perhaps I should just avoid showing previous comments
Don’t know if this code will show, but in Firefox WP2.1 it does say scrollbars=yes, so why could it be that there are no scrollbars?
<script type=’text/javascript’>
function wpopen (macagna) {
window.open(macagna, ‘_blank’, ‘width=300,height=300,scrollbars=yes,status=yes’);
}
</script>
Using default theme
It seems to be a Firefox bug.
I’m looking around for solutions ….
The only solution appears to be not to show comments in the popup box.
Just have the input fields (name, email, url, comment input box) as the popup can then be be accurately sized and scrollbars won’t be needed.