
when i scroll the page horizontally div border on top doesn’t show.
here’s is CSS and HTML.
please check the attached image also.
.top {
height:28px;
padding-top:7px;
border-bottom:5px solid #f7931d;
}
<div class="top"></div>
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
div width is following screen width since you have some floating objectes inside (probably, its just guess).
you can either do
or to set expected width