Hello. I have the folowing problem.
On this page (like on another pages )
I need to do equal width for first upper menu and second menu. (see uploading picture)
nb-consult.ru/2011-02-21-00-04-47
It would be better to do it with css code .
I try to do it with folowing code:
<<<<<<
.ux-menu-container .ux-menu a:focus
{
width: 200px;
background: #ffffff ;
color: #0D5834;}
.ux-menu-container .ux-menu a:visited
{
width: 200px;
background: #ffffff ;
color: #0D5834;}
.ux-menu-container .ux-menu a
{background: #ffffff ;
color: #0D5834;}
.ux-menu-container .ux-menu a:hover
{
width: 200px;
background: #ffffff ;
color: #319A35;}
>>>>>>>>
underlined and bold text i try to add.
Unfortunately, I m bad in css and need your help . Thank you, for attention.