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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T09:14:04+00:00 2026-06-10T09:14:04+00:00

I am working on a css menu and want all the ones that have

  • 0

I am working on a css menu and want all the ones that have submenus have a little > image at the side of the box.

Here is the code: http://jsfiddle.net/u9KrH/4/
There are also two JS files that go with it, but i can’t attach those to that editor, but you can see it in action here: http://trulyscience.com/test/index.php

I hoped that changing ul.dropdown li:last-child a would do the job, but that didn’t fix it at all. So now I am clueless, does anybody have any suggestions?

  • 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-06-10T09:14:06+00:00Added an answer on June 10, 2026 at 9:14 am

    On that trulyscience.com page, you just need to tweak the background property for ul.dropdown li:last-child a.

    CSS defaults to tiling backgrounds, so you need to replace

    background-image: url('images/redarrow.jpg');
    

    with

    background: url('images/redarrow.jpg') no-repeat right center;
    

    Which positions the background and stops it repeating. You can also use px or % values in place of ‘right’ and ‘center’.

    A more verbose version of the same code is:

    background-image: url('images/redarrow.jpg');
    background-position: right center;
    background-repeat: no-repeat;
    

    The result is:

    repeating CSS background

    Becomes:

    Positioned CSS background

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

Sidebar

Related Questions

I have my menu working the way I want with the exception that menu
I'm working on a little html/css framework that I can use for most of
I have a css menu in my aspx page.I want the selected menu to
I've programmed a css dropdown menu that seems to be working correctly in every
I am currently working on a pure css multilevel drop-down menu and I cannot
I am working on a CSS/HTML submit form that I am going to make
I have a strange problem working with HTML,CSS in different browsers: Firefox 3.6 and
Working on an AJAX website (HTML,CSS,JavaScript, AJAX, PHP, MySQL). I have multiple javascript functions
Im working on a website (html,css,javascript, ajax, php,mysql), and I want to restrict the
I am working on a horizontal CSS dropdown menu. It is still working nearly

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.