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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T00:49:15+00:00 2026-06-16T00:49:15+00:00

In chrome (note the stats are shown properly in the gray box (bottom left

  • 0

In chrome (note the stats are shown properly in the gray box (bottom left corner))

enter image description here

However in fire-fox, the stats are positioned way below the box (bottom half hidden)

enter image description here

My CSS code is as follows

.stats_section {
  position: relative;
  opacity: 0.7;
  height: 20px;
  margin-top: -31px;
  margin-left: 76px;
  margin-bottom: 10px;
  width: 24%;
}

How can I fix the CSS so that it works for both browsers?

  • 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-16T00:49:16+00:00Added an answer on June 16, 2026 at 12:49 am

    Relative positioning can sometimes be pretty tricky so in this case I would definitely go with absolute positioning inside a container with explicitly set positioning.

    For that you would need to set explicit positioning for the parent container containing .stats_section (relative would probably be fine in this case but if its already set to absolute it will also work).

    .parent_container {
        position:relative;
    }
    
    .stats_section {
       position: absolute;
       opacity: 0.7;
       height: 20px;
       bottom: -22px;
       left: 4px  
       width: 24%; /* You might want to use fixed width in pixels here */
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Note: I'm using Google Chrome Currently I have this test page http://www.evecakes.com/doodles/canvas_size_issue.htm It should
I get this behavior in both Chrome (Developer Tools) and Firefox (Firebug). Note the
Chrome v4 supports the placeholder attribute on input[type=text] elements (others probably do too). However,
So Chrome is here for iOS.. Hoorah! However now due to the different screen
As per the title, it seems only Chrome isn't playign along. Note that form
note: all this is on chrome I am trying to test something that responds
UPDATE: Please note that I am seeing this issue only in Chrome (latest version).
How do I print debug messages in the Google Chrome JavaScript Console? Please note
It works in IE/FF but not Chrome. html += '<div id = note style
Chrome's console reports an error. It lists the name of a function -- presumably,

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.