Kentico CMS 7.0 Context Help          html,body { margin:0;padding:0;height:100%;overflow:hidden; background:#FFFFFF; } #hmheadbox { /*position: absolute; left: 5px; right: 5px; top: 5px; */ /*height: 60px;*/ /*background: #FFFFFF; */ /*border: 1px solid #FFFFFF; */ background: url("http://www.ite-exhibitions.com/CMSHelp/bg_header.gif") repeat-x; height: 97px; } #hmheadbox p { font-size: 160%; font-weight: bold; margin-top: 16px; margin-left: 8px; } #hmnavbox { position: absolute; /*left: 5px; */ width: 250px; min-width: 50px; top: 97px; bottom: 0px; /*border: 1px solid #FFFFFF; */ } #hmcontentbox { position: absolute; top: 97px; right: 0px; bottom: 0px; left: 250px; /*border: 1px solid #FFFFFF; */ } .logo { margin: 22px 0px 0px 24px; float: left; } .helpIcon { float: right; margin: 11px 47px 0px 0px; } iframe { position: absolute;left:0;top:0;width:100%;height:100%;border:none; }   $(document).ready(function(){ if (!hmSupportsAbspos()) { $(window).bind("resize", function() { hmNoAbsposResize($("#hmheadbox"), true, false); hmNoAbsposResize($("#hmnavbox"), false, true); hmNoAbsposResize($("#hmcontentbox"), true, true); }); $(window).trigger("resize"); } hmCreateVSplitter($("#hmnavbox"),$("#hmcontentbox")); });             var defaulttopic="mode_selection.htm"; if (location.href.lastIndexOf("?") > 0) defaulttopic=location.href.substring(location.href.lastIndexOf("?")+1,location.href.length).replace(/:/g,""); document.write('');