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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T20:27:12+00:00 2026-06-11T20:27:12+00:00

I am working on navigation menus in a wordpress website. Please have a look

  • 0

I am working on navigation menus in a wordpress website. Please have a look at background image always align to top for css and html.

This post was successful but now I want to push the list-items (li) of ul to new column after it reaches to a particular height. Explaining further, I am having a fix height background image for sub menus.When the sub menu reaches to a height of background they should be pushed to next column.

In this way the sub menus will be within the background image always.

Thanks

  • 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-11T20:27:13+00:00Added an answer on June 11, 2026 at 8:27 pm

    you could try it in css adding a specific count. Bassically you tell there are like a certain ammount of items and if its surpassed that ammount it will push it to the next colum

    ul {
        -moz-column-count: 2;
        -webkit-column-count: 2;
        column-count: 2;
    }​
    

    I must warn you though, that it’s not universally supported and challenged browsers will just ignore it. You have to come up with something else for that.

    Another way is probably set a certain height in your overal div, as for example like this:

    ul
    {
        height: 100px;
        border: 1px solid #f00;
    }
    
    li
    {
         float: left;
         border: 1px solid #0f0;
         width: 50px;
    }
    

    Further, i think its just messing with css a bit and try to figure out what is the most handiest method for you.

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

Sidebar

Related Questions

I am working on a Joomla1.5 website. I have two navigation menus in the
I currently am working a CSS navigation system on my client's website at http://cjcdigital.net/clients/andrea
Ive always wondered about this. I like to create super navigation menus. The website
https://i.stack.imgur.com/OP0kc.jpg the navigation menu i have created using the CSS and Html code is
I'm working on a navigation control. I have nested lists which creates this: What
I am working on a project where I have a horizontal navigation bar with
We are working on a website which is small but it use Flash Navigation,
I'm new to AS3 and have been working on an XML driven navigation system
I have been working on a custom wordpress theme, this is part of a
I implemented a drop down navigation menus in my blog, but it's not working

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.