View Single Post
  #3  
Old 12-03-2010, 04:43 AM
 
delboy2028 delboy2028 is offline
 

Advanced Member
  
Join Date: Jan 2009
Location: UK
Posts: 97
 

Default Re: X-Cart Knowledge Base v4.x

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%"}
__________________
Version 5.3.1
Reply With Quote