WebsiteBaker 2.13.8 is now available!
R.I.P Dietmar (luisehahne) and thank you for all your valuable work for WBhttps://forum.websitebaker.org/index.php/topic,32355.0.html
#navigation li.menu-current a{color: #E41111;text-decoration: underline;padding: 0.4em 0.2em 0.3em 1.8em;background-image: url(/media/Lente.gif);background-repeat: no-repeat;}
show_menu2(0, SM2_ROOT+1, SM2_CURR+1);
show_menu2(0, SM2_CURR+1, SM2_CURR+1);
show_menu2(0, SM2_CURR, SM2_CURR+1);
What erpe says is the only solution to skip page B.Create a menulink page for B and link it to C1.It is a bit tricky to make. You need to create B first, don't fill parameters yet.Move C1 to be a child of B. Then create the link in B.
Maybe all my confusione is becouse I don't understand what I exactly have to do when you say: "hen create the link in B".
Two things.1. I like the script you use for the top menu. It looks great.2. You won't be able to keep the red top-menu button when you ar in a subpage.The menu is not built using show_menu2, but it is hardcoded (i assume).When it was dynamically built you would see classes like menu-parent.That is something you can use to keep the parent highlighted. Here in one of my sites I am using that. Clicking the submenu on the right will keep the top menu highlighted. In your case: For the browser (who needs to do the CSS interpretation) there is no relation between the top menu and the submenu on the side.You could try to build the top menu with SM2, but that is pretty difficult.SM2 has an option to add numbers to the classes it generates. (SM2_NUMCLASS)Using that you could replace your current 8 classes for the menu and make it dynamically.Again, this will become pretty complicated and will keep you busy for some time.Ruud
<li id="Imprese"><a href="http://ivanisevic82.netsons.org/pages/per-le-imprese.php"><span></span>Per le Imprese</a></li>
#Imprese a{width: 112px;left: 489px;background-position: -489px 0}#Imprese a.active{background-position: -489px -35px}#Imprese span{width: 112px;background-position: -489px -35px}