a) I haven't personally run across any threads saying you should avoid IFRAMEs, at least when it comes to this script.
b) The height of the IFRAME defaults to the height of your content container DIV. If you increase the DIV's height, it should cause the IFRAME to heighten as well. Or inside the .js file, you can explicitly set a height for the IFRAME with the code in red:
Code:
this.defaultIframe='<iframe src="about:blank" marginwidth="0" marginheight="0" frameborder="0" vspace="0" hspace="0" class="tabcontentiframe" style="width:100%; height:auto; min-height: 100px; height: 300px"></iframe>'
Bookmarks