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 7524875
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 30, 20262026-05-30T03:10:43+00:00 2026-05-30T03:10:43+00:00

I have an unordered list in a navigation with a separator like so: background:

  • 0

I have an unordered list in a navigation with a separator like so:

background: {url("images/navseperator.png") no-repeat scroll right top transparent}

This works fine but I want to add the same image to the left something like so:

background: {url("images/navseperator.png") no-repeat scroll LEFT top transparent}

When I add this line the original separator on the right disappears and replaced by the one on the left only.

How would I add this background image to both the left and right hand sides of this element?

  • 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-30T03:10:44+00:00Added an answer on May 30, 2026 at 3:10 am

    CSS2< only support one background image. but if you are using css3,

    background: url("images/navseperator.png") no-repeat scroll right top transparent, url("images/navseperator.png") no-repeat scroll LEFT top transparent;
    

    for css2 ,

    <div class="left">
        <div class="right">
            content here
        </div>
    </div>
    
    .left{
        background: url("images/navseperator.png") no-repeat scroll LEFT top transparent;
    }
    .right{
        background: url("images/navseperator.png") no-repeat scroll right top transparent
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have unordered list navigation like this. When anchor is hovered navigation list moves
I have an (unordered)list (generated by a repeater) of items. However, I'd like to
I have an unordered list <ul> with list items <li> which I'd like to
I have an unordered list of images that display inline and float next to
I have the usual unordered list for a navigation menu with submenus... html: <ul>
I have created a navigation bar with a horizontal unordered list. This displays fine
I have an unordered list with each list item background changing color when the
I have an unordered list that I would like to wrap inside another unordered
I have an unordered list, somthing like this <ul> <li> <div>filled with other stuff</div>
If I have an unordered list like <ul id=list> <li>Helo World-1</li> <li>Helo World-2</li> <li>Helo

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.