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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T04:40:32+00:00 2026-06-07T04:40:32+00:00

stackoverflow has helped learn lots of cool stuff but unfortunately I’m stuck on something

  • 0

stackoverflow has helped learn lots of cool stuff but unfortunately I’m stuck on something and don’t know how to research my way out of it….so here goes floating a question which I hope has a simple answer.

I’ve laid out a website which works great and is just what I want, it uses a great plugin called LemmonSlider.js and I’ve managed to make it entirely liquid in layout…almost!

The problem is that it works perfectly on Safari, iOS and Chrome but when I test it on Firefox things go bad, very bad. I haven’t tested in IE but I can imagine things will be just as funky.

Below is some simplified code to give you an idea of what I’ve done…

I’ve already tried using min-height in the body, html tag but that doesn’t seem to help.

Any input would be hugely appreciated

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
    <head>
        <title>Example layout for the nice folk at stackoverflow</title>
        <script src="http://code.jquery.com/jquery-latest.min.js"
        type="text/javascript"></script>
        <style type="text/css">
            html, body {
                width:100%;
                height:100%;
                padding:0;
                margin:0;
                background-color:red;
            }
            #content {
                position:absolute;
                top:50%;
                margin-top:-25%;
                width:100%;
                height:50%;
                background-color:blue;
                overflow:hidden;
            }
            #content ul {
                position:relative;
                margin:0;
                padding:0;
                height:100%;
                background-color:yellow;
            }
            #content li {
                list-style:none;
                float:left;
                height:inherit;
                background-color:orange;
                margin:0px 10px 0px 10px;
            }
            #content img {
                height:inherit;
            }
        </style>
        <script type="text/javascript">
            $(window).bind('resize', function () {
                location.reload();
            });
        </script>
    </head>
    <body>
        <div id="content">
            <ul>
                <li>
                    <img src="any/sized/image" />
                </li>
                <li>
                    <img src="any/sized/image" />
                </li>
                <li>
                    <img src="any/sized/image" />
                </li>
                <li>
                    <img src="any/sized/image" />
                </li>
                <li>
                    <img src="any/sized/image" />
                </li>
            </ul>
        </div>
    </body>
</html>
  • 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-07T04:40:34+00:00Added an answer on June 7, 2026 at 4:40 am

    change the #content

    #content {
      position:absolute;
      top:25%;
      width:100%;
      height:50%;
      background-color:blue;
      overflow:hidden;
    }
    

    Other wise… If you are not to invested in your css. I would totally recommend using the 1140 grid. Its pretty cool cause the grid also comes with media queries for responsive design.

    Hope this works for you

    Cheers

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

Sidebar

Related Questions

i know this has already been asked here in stackoverflow, but i could not
This StackOverflow answer has an image of KDiff3 highlighting intra-line differences. Does someone know
This question has frequently been asked over stackoverflow.com but none of the answers work
I would like to know if stackoverflow has api's that can be used as
I've been Googling and checking on Stack Overflow and nothing has helped... hopefully someone
*edit: I understand that stackoverflow has banned all questions regarding using Microsoft's Visio. I'm
In a recent Stackoverflow podcast (#59) , Jeff Atwood mentions that Stackoverflow has some
Stackoverflow has taught me so much about what proper RESTful, MVC, GET/POST is that
Stackoverflow has a nifty badge system. One thing I noticed is that badges are
Many applications (like StackOverflow) has been written by three developers (a small team), would

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.