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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 15, 20262026-05-15T10:56:03+00:00 2026-05-15T10:56:03+00:00

In CSS, if it is #main #display img { height: 80px } that means

  • 0

In CSS, if it is

#main #display img { height: 80px }

that means all images within an element with id display that is within another element with id main. But does it make sense or is it legal since id seems to be just global names.

It is because SASS actually allows nesting and some code may nest it like

#main
  width: 700px

  #display
    img
      height: 80px

which is “id within id”.

Update: this is because, supposedly, there should never be

#main #display img { height: 80px }
#sidebar #display img { height: 80px }

that is, there should never be two elements with an id display. So normally, instead of writing

#main #display img { height: 80px }

you may as well write

#display img { height: 80px }
  • 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-15T10:56:04+00:00Added an answer on May 15, 2026 at 10:56 am

    Sure – if you have one style sheet on multiple pages, there may be scenarios where this actually makes sense (“if #display is a child of #main, show images this way, otherwise that way”).

    It’s definitely legal, no problem.

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

Sidebar

Related Questions

In my main CSS file, I have my a:link selector set to display links
my html code <div id=content_main></div> css #content_main { width:1024px; height:150px; background:url('../images/Orange.jpg'); background-repeat:no-repeat; background-size:1024px 150px;
I cannot change the height of my div with CSS. It does not seem
Hey all, another interesting one, I'm building a menu that will slide across the
I have some javascript to set the offsetLeft attribute of an img element. But
I have this code: $(document).ready( function () { $(.userPic).mouseover(function () { $(.changePic img).css(display, block);
I'm using this CSS: #main{ border-radius: 50px; border-bottom-right-radius: 4px; border-bottom-left-radius: 4px; -webkit-border-radius: 50px; -webkit-border-bottom-right-radius:
I have stylesheet block in base layout: {% stylesheets filter='cssrewrite' 'bundles/static/css/main.css' %} <link rel=stylesheet
Should it always come after main css or place doesn't matter? For example: if
My Flex web page is using an embedded .otf font in the main css

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.