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

  • SEARCH
  • Home
  • 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 6179903
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T00:45:05+00:00 2026-05-24T00:45:05+00:00

I’m trying to convert this PSD to HTML with CSS. And this is what

  • 0

I’m trying to convert this PSD to HTML with CSS.

The photoshop file

And this is what I’ve got so far (using CSS3).

The actual menu

But I’ve no idea how to put a divider between the menu items. Any ideas?

EDIT: Seems example images aren’t showing. So here they are.

The PSD File
http://postimage.org/image/2qywn3nj8/

What I’ve got so far
http://postimage.org/image/1ylhjsv2c/

#nav
{
    padding:0;
    margin:0;
    height: 35px;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    background-image: -moz-linear-gradient(top, #ffffff, #eaecec);
    -moz-box-shadow: 0 0 1px #888;
    }

 #nav ul
 {
     margin-top: 0px;
     margin-left: 0;
     Font-Family: Arial;
     font-size: 10pt;
     list-style: none;
     padding-top: 8px;
     color: #000000;
     }
 #nav ul li
 {
     display: inline;
     padding-left: 30px;
     }
  • 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-24T00:45:06+00:00Added an answer on May 24, 2026 at 12:45 am

    You could try adding an empty li and style it as your separator. I think that would be ugly codewise, but something like this works:

    CSS:

    #nav
    {
        padding:0;
        margin:0;
        height: 35px;
        border-bottom-right-radius: 10px;
        border-bottom-left-radius: 10px;
        background-image: -moz-linear-gradient(top, #ffffff, #eaecec);
        -moz-box-shadow: 0 0 1px #888;
        }
    
     #nav ul
     {
         margin-top: 0px;
         margin-left: 0;
         Font-Family: Arial;
         font-size: 10pt;
         list-style: none;
         padding-top: 8px;
         color: #000000;
         }
     #nav ul li
     {
         display: inline;
         padding-left: 15px;
         }
     #nav ul li.sep{
        background-image: -moz-linear-gradient(top, #eaecec, #555555);
        padding-left:1px;
        margin-left: 15px;
    
     }
    

    HTML:

    <div id="nav">
        <ul>
            <li>test</li>
            <li class="sep"></li>
            <li>test2</li>
            <li class="sep"></li>
            <li>test3</li>
            <li class="sep"></li>
            <li>test</li>
            <li class="sep"></li>
            <li>test2</li>
            <li class="sep"></li>
            <li>test3</li>
    </ul>
    </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I'm trying to decode HTML entries from here NYTimes.com and I cannot figure out
i got an object with contents of html markup in it, for example: string
I have thousands of HTML files to process using Groovy/Java and I need to
I am trying to loop through a bunch of documents I have to put
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I am trying to understand how to use SyndicationItem to display feed which is
Basically, what I'm trying to create is a page of div tags, each has

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.