Note that there are some explanatory texts on larger screens.

plurals
  1. POhorizontal menu with horizontal submenu
    primarykey
    data
    text
    <p>I am trying to make an horizontal menu with horizontal submenu. I've tried something but it didn't work : the code above was supposed to display the horizontal main menu , when you hover on one of the links the color of the link changes and an horizontal submenu appears.</p> <p>html code: </p> <pre><code>&lt;div id="menu"&gt; &lt;ul&gt; &lt;li style="float: left; a:hover; "&gt;&lt;a href="acceuil.html" style="color : #CBCAC7 ;"&gt;ACCEUIL&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;img src="decoupage/puce_menu.png" height="15"/&gt; &lt;ul&gt; &lt;li style="float: left; display: none; "&gt;&lt;a href="#"&gt;Présentation&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li style="float: left; "&gt;&lt;a href="methodologie.html" style="color : #CBCAC7 ;" &gt;METHODOLOGIE&lt;/a&gt;&lt;/li&gt;&amp;nbsp;&amp;nbsp;&lt;img src="decoupage/puce_menu.png" height="15"/&gt; &lt;li style="float: left; "&gt;&lt;a href="references.html" style="color : #CBCAC7 ;"&gt;REFERENCES&lt;/a&gt;&amp;nbsp;&amp;nbsp;&lt;img src="decoupage/puce_menu.png" height="15"/&gt; &lt;ul&gt; &lt;li style="float: left; display: none; "&gt;&lt;a href="#"&gt;Urbanisme&lt;/a&gt;&lt;/li&gt; &lt;li style="float: left; display: none; "&gt;&lt;a href="#"&gt;Tours&lt;/a&gt;&lt;/li&gt; &lt;li style="float: left; display: none; "&gt;&lt;a href="#"&gt;Bureau&lt;/a&gt;&lt;/li&gt; &lt;li style="float: left; display: none; "&gt;&lt;a href="#"&gt;Commerce&lt;/a&gt;&lt;/li&gt; &lt;li style="float: left; display: none; "&gt;&lt;a href="#"&gt;Logements&lt;/a&gt;&lt;/li&gt; &lt;/ul&gt; &lt;/li&gt; &lt;li style="float: left; "&gt;&lt;a href="partenaires.html" style="color : #CBCAC7 ;"&gt;PARTENAIRES&lt;/a&gt;&lt;/li&gt;&amp;nbsp;&amp;nbsp;&lt;img src="decoupage/puce_menu.png" height="15"/&gt; &lt;li style="float: left; "&gt;&lt;a href="contact.html" style="color : #CBCAC7 ;"&gt;CONTACT&lt;/a&gt;&lt;/li&gt;&amp;nbsp;&amp;nbsp;&lt;img src="decoupage/puce_menu.png" height="15"/&gt; &lt;/ul&gt; &lt;/div&gt; </code></pre> <p>CSS code</p> <pre><code>#menu { position: absolute; right: 550px; bottom: 460px; z-index: 2; font-style: italic ; font-size: large ; } #menu li.hover ul { display: inline;} </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.
 

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