One more thing I just thought of that you could try:

semantic_classes:
      "#footer, #header": ".span-15, div.span-15"
      "#main-column, #banner": ".span-11, div.span-11"
      "#content": ".span-11, div.span-11, div.last"
      "#sidebar": ".span-4, div.span-4, div.last"

The reason I think this may work is because #content is getting extra
content and pushing the 540px to 550px because of the 10px margin.

Try my first suggestion, and if that doesn't work, give this a whirl.

On Apr 25, 11:40 am, Josh Clayton <[email protected]> wrote:
> Davide,
>
> Everything looks like it works on my end, generator-wise.  The
> generated sidebar is 190px wide, no right margin, and the main-column
> and content divs are both 540px with 10px margin, adding up to 740px,
> which is correct.  That being said, applying a span-11 to the div
> shouldn't have any effect on the div (since selectors with ids have
> more weight than those with just classes).  I can't see anything
> that's incorrect in the script, so I'm guessing it's something with
> your personal stylesheets.  Comment out the custom files (not semantic
> assignments) and try again.  Without those styles appended, we can
> hopefully narrow it down to a CSS issue in your files.
>
> One thing to note: there won't be any styles for #main-column in
> ie.css unless they are in your custom styles, since semantic styles
> get appended to screen.css.
>
> On Apr 25, 10:25 am, nutsmuggler <[email protected]> wrote:
>
>
>
> > Nice to meet you Josh, and thanks for your wonderful job. You can't
> > imagine how easier you've made my life :)
>
> > Anyway, here we go:
>
> > screen.css
> > #main-column, #banner, #content {float:left;margin-right:10px;width:
> > 540px;}
>
> > And this is it. I am pretty sure this is the only occurrence, I've
> > done a global search with textmate.
> > So apparently there's no styling for #main-column in ie.css
>
> > Davide
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Blueprint CSS" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/blueprintcss?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to