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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T12:42:30+00:00 2026-06-07T12:42:30+00:00

https://www.verswerks.com/crowd_staffer/ On the right side of that screen is what I’m working with. I

  • 0

https://www.verswerks.com/crowd_staffer/
On the right side of that screen is what I’m working with. I can’t get the tabs to move independently without pulling the rest with. I understand it’s probably because their wrapped in the ul but can anyone suggest a way to fix this?

#top_links{
font-family: 'Swanky and Moo Moo', cursive;
margin-right: 50px;
text-align: right;
}
ul#navigation {
position: fixed;
margin: 0px;
padding: 0px;
top: 30%;
right: 0px;
list-style: none;
z-index:9999;
}
ul#navigation li {
width: 100px;
height: 30px;
padding: 10px;
background: rgb(167,199,220); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(167,199,220,1) 0%, rgba(133,178,211,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(167,199,220,1)), color-stop(100%,rgba(133,178,211,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(167,199,220,1) 0%,rgba(133,178,211,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(167,199,220,1) 0%,rgba(133,178,211,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(167,199,220,1) 0%,rgba(133,178,211,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(167,199,220,1) 0%,rgba(133,178,211,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a7c7dc', endColorstr='#85b2d3',GradientType=0 ); /* IE6-9 */
-moz-border-radius:10px 0px 0px 10px;
-webkit-border-bottom-left-radius: 10px;
-webkit-border-top-left-radius: 10px;
-khtml-border-bottom-left-radius: 10px;
-khtml-border-top-left-radius: 10px;
-moz-box-shadow: 0px 4px 3px #000;
-webkit-box-shadow: 0px 4px 3px #000; 
box-shadow: 0px 4px 3px #000;
opacity: 0.6;
filter:progid:DXImageTransform.Microsoft.Alpha(opacity=60);
}
ul#navigation li a{ 
color: black; 
}
<nav id='top_links'>
Login | Contact us
</nav>
<section>
<ul id="navigation">
<li>Inspire!</li>
<li class="right_slideout"><a href="" title="Home">Home, back to our blah blah</a></li>
<li class="right_slideout"><a href="" title="About">About our blah blah</a></li>
<li class="right_slideout"><a href="" title="Search">Search for blah blah</a></li>
</ul>
</section>
        $(function() {
$('.right_slideout').hover(
function () {
$(this).animate({width:300},"fast");
},
function () {
$(this).animate({width:100},"fast");
}
);   
});
  • 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-07T12:42:33+00:00Added an answer on June 7, 2026 at 12:42 pm

    I have found a working solution to this.
    Add this to your li css:

    float: right;
    clear: both;
    

    This sticks the individual li to the right side, and uses clear to start the next li on another line.
    Tested on jsfiddle and your page and worked.

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

Sidebar

Related Questions

After I get the Auth token from https://www.google.com/accounts/ClientLogin do I need to send 1
Here is my test page (dont mind the layout right now) https://www.bcidaho.com/test_kalyani/employer-plans-test.asp i found
Referring https://www.youtube.com/watch?v=xHXn3Kg2IQE . Can anybody provide source/links which implements such a design?
please see the link below : https://www.boot-loader.com/eng how does default password in that link
This url with right api-key https://www.googleapis.com/language/translate/v2?key=XXXXXXX&target=ru&source=en&q=hello contains: { data: { translations: [ { translatedText:
in this page : https://www.psd2html.com/order-now.html you can choose the items you want and the
how can we redirect http://www.example.com to https://www.example.com when any user types http://www.example.com in cakePHP
https://www.readability.com/ is really amazing. I'm building a web app with content that I'd like
https://www.ikeyless.com/vehicles/Ford/Expedition/2005/1000865 There's an embedded video on that key showing how it works that when
chrome.tabs.create({ 'url': 'https://www.myserver.com/', 'selected': false }, function(tab) { chrome.tabs.executeScript(tab.id, { 'code': doSomething(); }); });

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.