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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T11:34:46+00:00 2026-06-14T11:34:46+00:00

I have configured my first compass project with Susy. In my screen.scss , I

  • 0

I have configured my first compass project with Susy.

In my screen.scss, I have the following code:

// container([$<media-layout>]*)
.page { @include container; 
        @include susy-grid-background; //use it for background-image to see width all columns 
}

// span-columns(<$columns> [<omega> , <$context>, <$padding>, <$from>])
nav { @include span-columns(5,5); //span 5 from 5 columns
    li{float:left;padding:0 1em 0 0;}
}
article { @include span-columns(5 omega,5); //span 5 from 5 columns , <omega>: Optional flag to signal the last element in a row.
}

The output screen.css results in:

nav {
  width: 100%;
  float: left;
  margin-right: 4.16667%;
  display: inline;
}
/* line 24, ../sass/screen.scss */
nav li {
  float: left;
  padding: 0 1em 0 0;
}

/* line 26, ../sass/screen.scss */
article {
  width: 100%;
  float: right;
  margin-right: 0;
  #margin-left: -1em;
  display: inline;
}

Question 1: when leaving out the omega attribute in the screen.scss in the article block, I don’t have this ‘#margin-left: -1em;‘. What does this mean?

Question 2: all the elements are set with a width property. Is this allowed here since all blocks have display inline?

  • 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-14T11:34:47+00:00Added an answer on June 14, 2026 at 11:34 am

    When you are spanning the full width of your grid (5/5), you don’t need to use any mixins at all – because that’s what all block html elements (nav, article, etc) do by default. So in your case, you can remove the nav/article code entirely (though you may want a clearfix for the nav).

    Your other questions are related to Internet Explorer legacy-support hacks, which you can turn on and off using the Compass settings $legacy-support-for-ie6 and $legacy-support-for-ie7.

    1. Flexible layouts force the browser to do occasional sub-pixel rounding. IE6 and 7 have trouble with that rounding, and sometimes they break the layout, so we make extra space for those browsers with a hidden negative-margin: #margin-left: -1em;. The # is a hack that only IE6 and IE7 are able to see through.

    2. display: inline; has no affect on floated elements, which is why we can still apply width and other block styles. But in IE6, setting a float to inline fixes the double-margin bug.

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

Sidebar

Related Questions

I am using Wcf in Sharp Architecture. I have configured my project following northwind
First, I have svn configured to be accessible via apache DAV. Then I have
I have configured Plone with the following buildout (via http://build.pythonpackages.com/buildout/plone/4.2.x ): [buildout] allow-hosts =
I have configured in following way that spring MVC app using Spring 3.1.1.RELEASE web.xml
I have configured my machine to use one account for a github project for
I have the following code to show a toast notification locally in a C#
I have project configured in Jenkins that polls an SCM and begins a build
I have 3 receive send activities. I have configured first send and second receive
I have two separate web services, the first configured to extract data from a
I have configured the maven-sql plugin to execute the insert and delete scripts for

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.