CSS question/help
CSS question/help
Out of context: Reply #1
- Started
- Last post
- 5 Responses
- mikotondria30
just put a
<div class="border-top"><div> at the top of your markup, after the body tag, then in your css:.border-top {
position: fixed;
border-top: solid 4px #000;
top: 0px;
left: 0px;
width: 100%;
z-index: 2;
}