Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

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.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 510617
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T07:07:56+00:00 2026-05-13T07:07:56+00:00

I am trying to add a bottom border to a div .divLast { top:

  • 0

I am trying to add a bottom border to a div

.divLast
{
   top: 0px;
   margin:0px;  
   padding: 0px 2px 2px 3px;    
   border-width: 2px;
   border-bottom-width:2px;
   border-bottom-color:White;
   width: 100%;
}

However the bottom border does not appear white. Any idea?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-13T07:07:56+00:00Added an answer on May 13, 2026 at 7:07 am

    You have to specify the border-bottom-style also to the div

    and your code becomes

    .divLast 
    {
       top: 0px;
       margin:0px;  
       padding: 0px 2px 2px 3px;    
       border-width: 2px;
       border-bottom-width:2px;
       border-bottom-color:White;
       border-bottom-style: solid;
       width: 100%;
    }
    

    or you can use a shorthand for the border-bottom like below

    <style>
    .divLast 
    {
       top: 0px;
       margin:0px;  
       padding: 0px 2px 2px 3px;    
       border-width: 2px;
       border-bottom: 2px white solid;
       width: 100%;
    }
    </style>
    <div class='divLast'>
       test element with white border bottom
    </div>
    

    This works fine for me

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Ask A Question

Stats

  • Questions 264k
  • Answers 264k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer Use the minDate:0 option in the call to datepicker. This… May 13, 2026 at 12:09 pm
  • Editorial Team
    Editorial Team added an answer You may use the DateAdd() and DateDiff() built-in functions. Alternatively… May 13, 2026 at 12:09 pm
  • Editorial Team
    Editorial Team added an answer Does the user who run that script own that folder/file?… May 13, 2026 at 12:09 pm

Related Questions

I am trying to add a border att tha bottom of my textrured window
I need to set custom attributes on a control as it is bound to
I have been trying very hard to achieve rounded corners with IE6+jquery ui tabs.
Trying to add dynamic borders on my website top, left, and right sides... The
I am trying to add a where clause to the following query: SELECT TOP

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.