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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T23:37:38+00:00 2026-05-21T23:37:38+00:00

I have this page I am developing: http://128.48.204.195:3000 For some reason the menu item

  • 0

I have this page I am developing:

http://128.48.204.195:3000

For some reason the menu item that has two words like “SPRQL Endpoint” has the second word overlapping on the second line.

How can I make the second word stay on the same line? This is in Firefox and here is my cs for the navigation:

.menusystem 

{

    position: absolute;

    font-size: 1em;

}



.menusystem ul, .menusyystem li 

{

    margin: 0;

    padding: 0;

}

.menusystem li {

    list-style: none outside none;

}



.menusystem ul {

    list-style: none;

    -moz-border-radius: 14px;

    -webkit-border-radius: 14px;

}



.menusystem ul li {

    position: relative;

    -moz-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);

    -webkit-box-shadow: 2px 2px 4px rgba(0,0,0,0.4);

    -moz-border-radius: 14px;

    -webkit-border-radius: 14px;

}



.menusystem ul li ul {

    display: none;

    position: absolute;

    top: 1.6em;

    right: 0;

    width: 10em;



}



.menusystem li a {

    display: block;

    padding: 5px 10px;

     /* dark blue */

    border: 1px solid #2e6ea4;

    text-decoration: none;

}



.menusystem ul li.main_menu_li {

    float:right;

    width: 10em;

    margin-right:0.2em;

    text-align: center;

}



/* IE-Win (Holly hack) reads the list item line breaks, so lets hide those \*/

* html ul li { float: left; }

* html ul li a { height: 1%; }





.menusystem li:hover ul, .menusystem li.mouseHover ul { 

    display: block;

}



.menusystem li ul.child_menu_ul li a{

    /*

    color: #fff;

    */

    color: #fff;

    /* light blue */

    background: #7ba9c9;



        font-size: 80%;

    text-shadow: none;

    -moz-border-radius: 0px;

    -webkit-border-radius: 0px;

    border-bottom: 1px solid #2e6ea4;

    border-top: 0px;

}

.menusystem li ul.child_menu_ul li.first a{

    -moz-border-radius-topleft: 14px;

    -moz-border-radius-topright: 14px;

    -webkit-border-top-left-radius: 14px;

    -webkit-border-top-right-radius: 14px;

    -moz-border-radius-bottomleft: 0;

    -moz-border-radius-bottomright: 0;

    -webkit-border-bottom-left-radius: 0;

    -webkit-border-bottom-right-radius: 0;

    border-top: 1px solid #2e6ea4;

}

.menusystem li ul.child_menu_ul li.last a{

    -moz-border-radius-topleft: 0px;

    -moz-border-radius-topright: 0px;

    -webkit-border-top-left-radius: 0px;

    -webkit-border-top-right-radius: 0px;

        -moz-border-radius-bottomleft: 14px;

    -moz-border-radius-bottomright: 14px;

    -webkit-border-bottom-left-radius: 14px;

    -webkit-border-bottom-right-radius: 14px;

}



.menusystem li ul.child_menu_ul li.only a {

    -moz-border-radius: 14px;

    -webkit-border-radius: 14px;



}



.menusystem li ul.child_menu_ul li a:hover {

    color: #ff0;

    background: #2e6ea4;

}



.menusystem li.main_menu_li a{

    color: #fff;



    background: -moz-linear-gradient(100% 100% 90deg, #668eb8, #2e6ea4 );

    background: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#668eb8), to(#2e6ea4));

        background-color: #2e6ea4;





    text-shadow: 1px 1px 1px rgba(0,0,0,0.9);

    -moz-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);

    -webkit-text-shadow: 1px 1px 1px rgba(0,0,0,0.9);

    -moz-border-radius: 14px;

    -webkit-border-radius: 14px;

}



.menusystem li.main_menu_li a:hover {

    color: #ff0;

}
  • 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-21T23:37:39+00:00Added an answer on May 21, 2026 at 11:37 pm

    my guess is the following code is causing the problem

    .menusystem ul li.main_menu_li {
        float:right;
        width: 10em;
        margin-right:0.2em;
        text-align: center;
    }
    

    ditch the width

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

Sidebar

Related Questions

So I have this page that has some basic custom tabs: http://demo.unlockedmanagement.com/users/view/2 * NOTE
I have this web page I'm developing that displays multiple images of one product
I have this page which has three peson searchs on them. Basically it's a
I have this page: http://www.thedome.it/cmsms/index.php?page=alla-spina I'd like to send a newsletter to subscribers every
So I have this page here: http://www.eminentmedia.com/development/powercity/ As you can see when you mouse
He, I have this page where i have checkboxes next to every item in
I am using JQuery Accordion. I have this page here: http://www.hauppauge.com/site/support/support_colossus.html#tabs-6 What happens is
I have many pages on a site im developing, in which each page has
I am developing a page in asp.net with c#. On this page I have
I have been developing some page and I need to clear a content of

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.