I have few problems on my webside http://oum.b-m.pl/new/oum/?page_id=6 with menus.
1. I add some css to CSS/HTML Inserts to style this menu:
Code:
div.widget ul li a:link{
background: #6a7993;
padding: 10px;
-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;}
div.widget ul li a:active{
}
div.widget ul li a:hover{
background: #42485b;
padding: 10px;
-moz-border-radius:10px;
-khtml-border-radius: 10px;
-webkit-border-radius:10px;
border-radius: 10px;}
When I click on some link in this menu this link stay in the same color. I want to do this like in menu %page - when I click on the link it change color and it stay changed before I clik on the next link.
2. How in menu %pages do the same size of cells for all links and center all menu.
Thanks







Linear Mode
