Note that there are some explanatory texts on larger screens.

plurals
  1. PO
    text
    copied!<p>Here is the complete working code : <a href="http://jsfiddle.net/surendraVsingh/UmpdH/17/" rel="nofollow">http://jsfiddle.net/surendraVsingh/UmpdH/17/</a></p> <p><strong>HTML</strong></p> <pre><code>&lt;ul id="coolmenu"&gt; &lt;li&gt;&lt;a href="http://www.aamaodisha.org"&gt;&lt;span&gt;01&lt;/span&gt;ABOUT US&lt;/a&gt;&lt;/li&gt; &lt;li&gt;&lt;a href="http://www.aamaodisha.org/content.php"&gt;&lt;span&gt;02&lt;/span&gt;CONTENT SECTIONS&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.aamaodisha.org/editorialboard.php"&gt;&lt;span&gt;03&lt;/span&gt;EDITORIAL BOARD&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.aamaodisha.org/download.php"&gt;&lt;span&gt;04&lt;/span&gt;DOWNLOAD PDF&lt;/a&gt; &lt;li&gt;&lt;a href="http://www.aamaodisha.org/contactus.php"&gt;&lt;span&gt;05&lt;/span&gt;CONTACT US&lt;/a&gt; &lt;/ul&gt; </code></pre> <p><strong>CSS:</strong></p> <pre><code>#coolmenu{ width: 665px; height: 48px; margin: 20px auto; padding: 0; background-color: #CC3300; text-align: left; } #coolmenu li{ -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */ -moz-box-sizing: border-box; /* Firefox, other Gecko */ box-sizing: border-box; width: 133px; border-right: 1px solid #616060; display:block; float:left; } #coolmenu li:last-child{border:none;} #coolmenu span{ display:block; text-align:left; color: #858383; font-size:15px; } #coolmenu a{ padding:8px 0 8px 5px; color: #fff; font: bold 11px Arial; text-decoration: none; display:block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; -ms-transition: all 0.3s ease-in-out; -o-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } #coolmenu a:hover{ background-color: #000; }​ </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