Re: [css-d] ie quirksmode error

2006-07-31 Thread David Laakso
Martin Heiden wrote:
> David,
> on Monday, July 31, 2006 at 04:14 David Laakso wrote:
>> he works as intended in mac/ie5.2 and ie/7.0.
>> But is skewed left in win2000_ie/5, 5.5, and 6.0; and, xp ie/6.0.
>> uri:  
>> 
> div#page-minor { border-right: none; border-left: none; margin: 0 auto; }
> This margin declaration only works in standards mode. You've got to
> set a text-align: center for old win IE on div#page-major.
>   Martin
>   
Yes indeed, .that did the trick, Martin-- it is the obvious that is 
destined to drive me into an asylum.
Thanks,
~dL

__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


Re: [css-d] ie quirksmode error

2006-07-31 Thread Martin Heiden
David,

on Monday, July 31, 2006 at 04:14 David Laakso wrote:

> She works as intended in mac/ie5.2 and ie/7.0.
> But is skewed left in win2000_ie/5, 5.5, and 6.0; and, xp ie/6.0.

> The file is in quirksmode(intentional).
> CSS is embedded.
> Browsercam captures:
> 
> uri:  

> Now what I'll do?

IE 5-6 are in quirksmode.

div#page-minor { border-right: none; border-left: none; margin: 0 auto; }

This margin declaration only works in standards mode. You've got to
set a text-align: center for old win IE on div#page-major.

regards

  Martin

 



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/


[css-d] ie quirksmode error

2006-07-31 Thread David Laakso
She works as intended in mac/ie5.2 and ie/7.0.
But is skewed left in win2000_ie/5, 5.5, and 6.0; and, xp ie/6.0.

The file is in quirksmode(intentional).
CSS is embedded.
Browsercam captures:

uri:  

Now what I'll do?
Thanks.
~dL
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7b2 testing hub -- http://css-discuss.incutio.com/?page=IE7
List wiki/FAQ -- http://css-discuss.incutio.com/
Supported by evolt.org -- http://www.evolt.org/help_support_evolt/