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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T03:50:26+00:00 2026-05-23T03:50:26+00:00

I have implemented this Feature Content Slider: http://demo.webdeveloperplus.com/featured-content-slider/ There seems to be space between

  • 0

I have implemented this Feature Content Slider:
http://demo.webdeveloperplus.com/featured-content-slider/

There seems to be space between the Navigaion LIs and I cannot determine how to eliminate that space: The issue is on my development site: http://www.virtualpetstore.com/green.aspx

However in my JSFiddle workup, this appears fine- without any space:
http://jsfiddle.net/NinjaSk8ter/6WXkM/

Here is an illustration of the Issue:
enter image description here

The Yellow and Blue Divs are not causing this space.
Also, This 1px of bottom padding in featured ul.ui-tabs-nav li has nothing to do with that space:

 #featured ul.ui-tabs-nav li{ 
    padding:0 0 1px 15px;        
    color:#666;
    /*background-color:red;*/
 }



#featured{ 
    width:546px; 
    position:relative; 
    border:2px solid #ccc; 
    height:260px;
    /*height:255px;*/
    background:#ffffff;
    background:yellow;
}
    #featured ul.ui-tabs-nav{ 
    position:absolute; 
    list-style:none; 
    padding:0 0 0 0; 
    margin:0 0 0 368px; 
    width:178px;
    /*height:255px;*/
    height:245px;
    background-color:blue;
}
#featured ul.ui-tabs-nav li{ 
    padding:0 0 1px 15px;        /*left is distance between pointer and lis*/ 
    color:#666;
    /*background-color:red;*/
}
#featured ul.ui-tabs-nav li img{ 
    float:left; 
    margin:3px 2px 0 3px; 
    padding:1px; 
    border:1px solid #080808;
    /*background:olive;*/
}
#featured ul.ui-tabs-nav li span{ 
    font-size:8px;              /*font size of text nav li boxes*/
    padding:0;
}
#featured li.ui-tabs-nav-item a { 
    display: block;
    /*height: 59px;*/
    height:60px;               /*height of nav li boxes*/
    font-family:Verdana;
    color:#333;  
    background:#fff; 
    line-height:9px;            /*distance between anchor tag text*/
    /*text-decoration:none;*/
}
#featured li.ui-tabs-nav-item a:hover{ 
    background:#f2f2f2; 
}

#featured li.ui-tabs-selected{ 
    background:url("/images/Green/GreenSlider/selected-item.gif") top left no-repeat;  
}
#featured ul.ui-tabs-nav li.ui-tabs-selected a{ 
    background-color:#CCCCCC; 
}
#featured .ui-tabs-panel{ 
    width:368px; 
    height:255px;
    position:relative;
    /*background-color:orange;*/
}
#featured .ui-tabs-panel .info{ 
    position:absolute; 
    top:209px; 
    height:46px; 
    background: url("/images/Green/GreenSlider/transparent-bg.png"); 
}
#featured .info h2{ 
    font-size:13px; 
    font-family:verdana; 
    color:#FFFFFF; 
    padding:3px 0 0 4px; 
    overflow:hidden; 
}
#featured .info p{ 
    margin:0 0 0 5px;
    font-family:Arial; 
    font-size:12px; 
    line-height:13px; 
    color:#f0f0f0;
}
#featured .info a{ 
    text-decoration:none; 
    color:#fff; 
}
#featured .info a:hover{ 
    text-decoration:underline; 
}
#featured .ui-tabs-hide{ 
    display:none; 
}
  • 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-23T03:50:26+00:00Added an answer on May 23, 2026 at 3:50 am

    Looking in Firebug, you need to remove this CSS (on line 484):

    #mid-feature-client li {
        margin-bottom: 4px;
    }
    

    Or, if you need that for something else (which seems likely), you can alternatively solve this by adding:

    #featured li {
        margin: 0;
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I just finished reading this post: https://developer.yahoo.com/performance/rules.html#flush and have already implemented a flush after
Actually, this question seems to have two parts: How to implement pattern matching? How
I have implemented a python webserver. Each http request spawns a new thread. I
I have this jQuery plugin called Easy Slider which I'm implementing on this site
This question I have asked before and just got answer that there is an
Right now, you have to use fakeTagsActivity ( http://developer.android.com/resources/samples/NFCDemo/src/com/example/android/nfc/simulator/FakeTagsActivity.html ) if you want to
I have this question: Does implementing a custom MembershipProvider class needs you to implement
This probably sounds really stupid but I have noo idea how to implement jquery's
I have a custom class that implements that IComparable. This class is stored in
I have a custom class that implements ICollection , and this class is readonly,

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.