Note that there are some explanatory texts on larger screens.

plurals
  1. POhow to enable menu bar when mouse is placed on it
    text
    copied!<p>i have a menu which contains home,patient,reports etc. This menu should be present in each and every page and it should be present at the top right of each page. I know how to design this.Now i wanted to make it hidden and it should display only when mouse is placed at the top right side of a page.Please guys tell me how to do this.If you want the code for menu bar then here is this</p> <pre><code>&lt;html class="no-js" lang="en-US"&gt; &lt;head&gt; &lt;style type="css/text"&gt; body{ overflow:hidden; } &lt;/style&gt; &lt;meta charset="utf-8"&gt; &lt;meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"&gt; &lt;title&gt; Home&lt;/title&gt; &lt;meta name="author" content="jQuery Foundation - jquery.org"&gt; &lt;meta name="description" content="jQuery: The Write Less, Do More, JavaScript Library"&gt; &lt;meta name="viewport" content="width=device-width"&gt; &lt;link rel="stylesheet" href="base.css"&gt; &lt;script src="jquery.min.js"&gt;&lt;/script&gt; &lt;script&gt;try{Typekit.load();}catch(e){}&lt;/script&gt; &lt;meta name="generator" content="WordPress 3.5.1" /&gt; &lt;/head&gt; &lt;body &gt; &lt;header&gt; &lt;section id="global-nav"&gt; &lt;nav&gt; &lt;div class="constrain"&gt; &lt;ul class="links"&gt; &lt;li&gt;&lt;a href="template.html" target="content"&gt;Home&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="createpatient.html" target="content"&gt;Patient&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="template.html" target="content"&gt;Appointments&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="template1.html" target="content"&gt;Reports&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="login.html" target="content"&gt;logout&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/div&gt; &lt;/nav&gt; &lt;/section&gt; &lt;/header&gt; &lt;/body&gt; &lt;/html&gt; </code></pre>
 

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