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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:49:51+00:00 2026-06-12T17:49:51+00:00

Example @JsFiddle Why does the grey box wrapping the blue boxes not scale with

  • 0

Example @JsFiddle

Why does the grey box wrapping the blue boxes not scale with them? I have tried many different combinations of attributes for the elements, but I cannot get it to work properly.

The effect is not bad actually, but not what I want. An explanation of why this happens would be helpful. Thanks in advance! 🙂

PS: I am on Mozilla Firefox 15.0.1


enter image description here

  • 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-12T17:49:52+00:00Added an answer on June 12, 2026 at 5:49 pm

    Your a elements have their display property set to inline. This essentially means that they are treated as text and thus any ‘block’ type properties applied to them will not work as you would expect them to as you would if it was say, a div.

    Learning about the display property is a massive part of CSS, but for this example you want the links to be inline but also a block so you would use:

    a { display: inline-block; }
    

    Now the outer div will take into account the size of the inline-block elements whereas before it would not as it was treating your links as if they were just text.

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

Sidebar

Related Questions

Why does the following code not work? Example: http://jsfiddle.net/ZZe5X/18/ $('.submit').submit(function () { e.preventDefault() if
Here's an example: http://jsfiddle.net/7g8GD/1/ Once you have entered an invalid input and hit enter
First the example: http://jsfiddle.net/5S3mk/3/ I have a table whose columns need to be sortable
Here is example http://jsfiddle.net/FredyC/3pynD/2/ although not fully functional yet, i am not sure how
I prepared a jsfiddle example: http://jsfiddle.net/PEH7t/11/ The problem is that I have a container
I have an autocomplete textbox inside some tabs. See here for an example: http://jsfiddle.net/fTQ26/3/
You have not selected X does not hide after a radio button has been
The onchange event for a HTML input box does not fire until the textbox
Example: http://jsfiddle.net/dfcyb/ I have these two vars var inview = '#' + $(#container >
example: http://jsfiddle.net/kuTLf/ code looks like this: <div id=main> <div id=slideshow class=pics> <div id=nav></div> <img

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.