Note that there are some explanatory texts on larger screens.

plurals
  1. POHow to arrange subchild in the horizontal menu
    primarykey
    data
    text
    <p>I have got a task to do horizontal menu from json file. I created json file. But while creating subchild the CSS is not working properly. I want the sub child menu as vertical.</p> <p>css file is </p> <pre><code>#wrapper { width:100%; height:500px; } h2 { color:#787878; } #nav, #nav ul { list-style: none; padding: 2px; } #menu { border-bottom: 1px solid #CCCCCC; border-spacing: 0; display: table; float: left; height: 25px; width: 100%; } #menu ul { margin: 0; padding: 0; } #menu ul li a:hover { background: none repeat scroll 0 0 #FFFFFF; border-color: #ccc #ccc #FFFFFF; border-style: solid; border-width: 1px; padding-bottom: 0; } .nav-child { width:160px; display:block !important; } #menu ul li ul { border-radius:0px; border-color:#fff #ccc #ccc #ccc !important; } #menu ul li ul li:hover { border:0px; } #nav { float: left; height: 25px; } #nav&gt; li { float: left; } #nav li a { display: block; height: 2em; line-height: 2em; padding: 0 1.5em; text-decoration: none; } #nav ul { position: absolute; display: none; z-index: 999; } #nav ul li a { /*width: 80px;*/ } #nav li:hover ul { display: block; } #nav { font-family: Arial; font-size: 12px; //background: #F8F8F8 ; } #nav &gt; li &gt; a { font-family: Verdana,Arial,sans-serif; font-style: normal; color:#787878 ; font-weight: bold; } #nav &gt; li &gt; a:hover { /*color: #000;*/ } #nav ul { background: #fff; border:1px solid #C0C0C0; border-radius:5px; } #nav ul li a { color: #000; } #nav ul li a:hover { background: #E0E0E0 ; } .logout { float:right; width:300px; } .title { float:left; width:300px; } #footer { width:100%; height:100px; float:left; } .subchild-list { margin: 0 116px !important; position: absolute !important; } .child-list ul { display: none !important; position: absolute !important; z-index: 999 !important; } .child-list li:hover ul { display: block !important; } </code></pre> <p>How can i arrange the subchild values properly? </p>
    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.
 

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