On 12/21/12 5:29 PM, Philippe Wittenbergh wrote:

Le 22 déc. 2012 à 05:54, Steve Caramia <st...@caramiadesign.com> a écrit
:

Is this the double-margin bug? In IE8, my content hugs the right
margin. I tried adding display:inline. Any other suggestions?

http://www.fredio.com/

I suspect this may have something to do with it. You have rules that
override that, nested inside media queries, but IE 8 and lower do not
understand those (no support for media queries).

#content { margin: 0px 10%; text-align: left; width: 90%; }

Philippe

Hmm. Some math:

margin-left: 10%
width: 90%
margin-right: 10%
total: 110%;

I thought that conflicts like this were supposed to resolve by ignoring the
margin-right. But that would make IE 8 correct. So what is wrong with my
thinking?
--
Coridally,
David



______________________________________________________________________
css-discuss [css-d@lists.css-discuss.org]
http://www.css-discuss.org/mailman/listinfo/css-d
List wiki/FAQ -- http://css-discuss.incutio.com/
List policies -- http://css-discuss.org/policies.html
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/

Reply via email to