still don't get it.
for the menu i want to add on top, i did insert the code :
<menu2 order="2" id="yt_footnav2" autosize="1">
<positions>
<position width="" type="feature">footnav2</position>
</positions>
</menu2>
in the template.css, i did add it under the /* Blocks in template */
in template.css, i did add as well :
/* ----------------------------*/
/* Block: yt-footnav2 */
/* ----------------------------*/
#yt_footnav2{
background:#00497c;
}
#yt_footnav2 .yt-main{
background: url("../images/bg_footnav.png") repeat-x scroll left center;
border-bottom:1px solid #336d96;
height:40px;
}
#yt_footnav2 .yt-position-inner{
margin:0;
}
#yt_footnav2 ul{
height:40px;
margin:0 0 0 70px;
}
#yt_footnav2 ul li{
float:left;
background:transparent;
line-height:40px;
padding:0;
}
#yt_footnav2 ul li a{
display:inline-block;
padding:0 16px;
font-size:11px;
color:#fff;
font-weight:bold;
line-height:40px;
}
in the module, the menu_bas is now attached to the position footnav2
the footnav2 appears on top of the main menu (should be below), but there is no menu inside, just the blue line background.
then when i try your solution, i do have the menu showing, but with no layout at all.
so then i did applied all the code of footnav2 under top_menu
but changed nothing
So where do i do wrong ?
regarding the header it is all fine, thank you for this.