Hello one more time.
I am creating a new site and need to stretch horizontal menu to the whole width of the site. Therefore I used style
#pillmenu li {
float: left;
margin-left: 80px;
border-left:1px solid #ffffff;
}
so that a border on the right of menu item would appear. Problem is, that when you hover on item not all width of the menu item is hovered. In what way I could could fix that?
And maybe there is a way to set a fixed width of all menu items?
My site is
www.test1.srv7.321.lt
Thank you.