i got it working now but the creator used iframes and they just wont adjust correctly for me
Code:
{capture name=dialog}
{* IE7 Compatibility *}
{literal}
<style type="text/css">
.kb {
position:relative;
left:0px;
top:0px;
z-index:0;
width:100%;
height:auto;
opacity:1.0;
-moz-opacity:1.0;
}
</style>
{/literal}
{* /IE7 Compatibility *}
<div class="kb"><iframe src="./kb" onload="DYNIFS.resize('kbframe')" id="kbframe" name="kbframe" allowTransparency="true" frameborder="0" scrolling="yes" style="background-color:transparent; margin:0px; padding:0px; border:0px; width:100%; height:auto%;">Sorry, your browser doesn't support iframes.</iframe></div>
{/capture}
{include file="dialog.tpl" title=$lng.lbl_knowledge_base content=$smarty.capture.dialog extra="width=100%"}