The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Vertical line, Need a vertical line at side of my buttons
Seniorbfc
post Feb 19 2017, 07:08 AM
Post #1


Newbie
*

Group: Members
Posts: 17
Joined: 16-January 17
Member No.: 26,267



I am trying to make vertical lines at the sides of my buttons to separate them, I have managed to do so but the button in the middle has double lines (making them wider). How can I add single vertical lines to each button separately?
CODE

#div2 ul li{
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: inline-block;
    border-left: solid #404040;
    border-right: solid #404040;
    border-width: 1px;
}

CODE

<ul>
        <li><A HREF="Index.html" class="active">About</A></li><li><A HREF="About.html">Resume</A></li><li><A HREF="Contact.html">Contact</A></li>
    </ul>
    </li>
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic
Seniorbfc   Vertical line   Feb 19 2017, 07:08 AM
pandy   Have a border only on one side of the buttons. I...   Feb 19 2017, 07:40 AM


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 24th April 2024 - 07:15 PM