2016-02-23, 04:08 AM
How would I go about creating a top link separator like this:
![[Image: CQSRQyC.png]](https://camo.mybb.com/34602b3e151c4b07ac5a1c4118f15089f95f4113/687474703a2f2f692e696d6775722e636f6d2f435153525179432e706e67)
The furthest I have gotten was here:
![[Image: cJ532KN.png]](https://camo.mybb.com/b65af0369920e9bc88c343612e609d2734d6d600/687474703a2f2f692e696d6775722e636f6d2f634a3533324b4e2e706e67)
How do I get the border/separator to expand the whole height? I've tried a few different things but they don't expand. Here is my code:
Thanks.
The furthest I have gotten was here:
How do I get the border/separator to expand the whole height? I've tried a few different things but they don't expand. Here is my code:
#logo ul.top_links {
background: #ff8a00 url(images/cleanorange/thead.png) repeat-x;
color: #ecebeb;
padding: 7px;
clear: both;
font-weight: bold;
text-align: left;
margin: 20px 5px 0 0;
}
#logo ul.top_links a{
color: #ecebeb;
display: block;
padding-right: 15px;
border-right: 1px solid #ccc;
}
Thanks.