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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 19, 20262026-05-19T15:38:42+00:00 2026-05-19T15:38:42+00:00

I borrowed Css Globe’s easy slider, but I modified it to be laid out

  • 0

I borrowed Css Globe’s easy slider, but I modified it to be laid out on the page.

 /* numeric controls */ 



ol#controls{
  margin:0.2em 1em;
  padding:0;
  height:16px;
  float:right;
  font-size:x-small;
  font-family: Arial, Verdana, Default;
  font-weight:normal;
 }

 ol#controls li{

  padding:0;
  float:left;
  list-style:none;
  height:16px;
  width:20px;
  background:yellow;
  margin:10px;
 }

 ol#controls li a{
  height:16px;
  line-height:18px;
  border:1px solid #ccc;
  background:#FFFFFF;
  color:#555;
  padding:0 5px;
  text-decoration:none;
  float:right;
 }

 ol#controls li.current a{
  background:#736357;
  color:#fff;
 }
 ol#controls li a:focus, #prevBtn a:focus, #nextBtn a:focus{outline:none;}

I couldn’t figure it out – IE7/8 slideshow navi (1,2,3,4) is spread widely when they should be arranged in close order to each other. See the example where they are spread widely.
enter image description here

Any idea why it is behaving weirdly? Thank you!

  • 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-19T15:38:43+00:00Added an answer on May 19, 2026 at 3:38 pm

    Testing in IE8.

    You have this:

    <meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
    

    Which makes IE8 behave as if it’s IE7 – that’s not great, but it’s not the problem.

    You have this CSS file being included only if it’s IE7 (which it “is” because of the above):

    <!--[if IE 7]>
    <link type="text/css" rel="stylesheet" href="css/homepage_css/hpie7.css" />
    <![endif]-->
    

    On ~Line 75 of hpie7.css, you have this:

    ol#controls li{
        margin:10px 100px 0 0; 
        padding:0;
        float:left;
        list-style:none;
        height:16px;
        line-height:18px; 
    }
    

    If you remove the margin line, the numbers will be close together again instead of 100px apart.

    It looks like you will have to (in the same file, so it’s just for IE7) add a width to the <ol> like this:

    ol#controls{
        ..
        width: 100px
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I borrowed the code from http://jqueryui.com/demos/autocomplete/#combobox but don't know how to get the value
I borrowed this from another question about fragmentation, but I'm not bothered by that.
I borrowed some code from a site, but I don't know how to get
I borrowed the following method from somewhere on the internet (Can't remember where). But
I borrowed code from thumbnail.js modified it so that it takes screenshot of the
I'm using a technique borrowed out of a book by Bruce Schneier and Niels
I have borrowed a query and adapted it for my own purposes, but I
This is borrowed from another question I made on the site, but would have
I have borrowed code from this link PHP regex templating - find all occurrences
I am using a bit of borrowed code, and am concerned for its vulnerability

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.