I want to position the border, but this won’t work. This is the CSS:
.menu-container {
border-top: 5px solid #81806E;
float: left;
margin: 5px 27px 0 10px;
width: 704px;
}
The problem is that this container, contains menu links. So if I adjust the width and margin, the border is coming with it. But I want to style it separately… How can I do this?
Check the sample design and code with result, is this you want?
HTML:
CSS: