Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    primarykey
    data
    text
    <p>Here a solution in jquery: <a href="http://viewsboard.com/boards/view/discussion/2/550" rel="nofollow">http://viewsboard.com/boards/view/discussion/2/550</a><br> Here some example with code: <a href="http://deluxe-menu.com/cross-frame-mode-sample.html" rel="nofollow">http://deluxe-menu.com/cross-frame-mode-sample.html</a><br> Here a simple workaround: <a href="http://www.telerik.com/support/kb/aspnet-ajax/menu/can-radmenu-expand-over-other-frames-if-it-is-in-a-frame-itself.aspx" rel="nofollow">http://www.telerik.com/support/kb/aspnet-ajax/menu/can-radmenu-expand-over-other-frames-if-it-is-in-a-frame-itself.aspx</a><br> here another example: <a href="http://www.sothink.com/product/dhtmlmenu/store/crossframe/twomenus/" rel="nofollow">http://www.sothink.com/product/dhtmlmenu/store/crossframe/twomenus/</a><br> here another one: <a href="http://www.zzzxo.com/q/answers-drop-down-menu-over-frames-14560398.html" rel="nofollow">http://www.zzzxo.com/q/answers-drop-down-menu-over-frames-14560398.html</a></p> <p>This problem seems old, old as frames, can I suggest you to eliminate frames?</p> <p><strong>Edit:</strong> Excluding the tables layout (it was abandoned years ago), you should consider that frame are deprecated in html5.. In your place I should start with some <a href="https://www.google.it/search?q=layout%20html" rel="nofollow">layout</a>, or also just like this:</p> <pre><code>&lt;script src="http://code.jquery.com/jquery-1.9.1.js"&gt;&lt;/script&gt; &lt;script src="http://code.jquery.com/ui/1.10.3/jquery-ui.js"&gt;&lt;/script&gt; &lt;script src="javascript/modernizr-2.6.2.min.js"&gt;&lt;/script&gt; &lt;link type="text/css" href="css/redesign-main.css" rel="stylesheet"&gt; &lt;style&gt; div{ border-radius:20px; /*for border rounded*/ } #header{ height:150px; background-color:#FF0; min-width:800px; margin: 0 auto; } #pageNavigation{ min-height:450px; margin: 0 auto; width:20%; background-color:#666; float:left; min-width:100px; } #contentFrames{ min-height:450px; width:58%; margin-left: 2px; margin-right: 2px; margin: 0 auto; background-color:#03C; float:left; } #pageHelp{ min-height:450px; width:20%; margin: 0 auto; background-color:#3F0; float:left; min-width:100px; } #content{ margin: 0 auto; width:90%; min-width:720px; } #footer{ height:100px; background-color:#FF0; min-width:800px; margin: 0 auto; clear:both; } &lt;/style&gt; &lt;/head&gt; &lt;body onload="docOnLoad()"&gt; &lt;div id="header"&gt; &lt;? //include('pageHeader.html'); ?&gt; &lt;h1&gt;header&lt;/h1&gt; &lt;/div&gt; &lt;div id="content"&gt; &lt;div id="pageNavigation"&gt;a &lt;/div&gt; &lt;div id="contentFrames"&gt;b &lt;/div&gt; &lt;div id="pageHelp"&gt;c &lt;/div&gt; &lt;/div&gt; &lt;div id="footer"&gt; &lt;h3&gt;footer&lt;/h3&gt; &lt;/div&gt; </code></pre>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. VO
      singulars
      1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload