Re: [css-d] layout breaks in IE 6

2007-02-28 Thread Mike Breiding
At 06:18 PM 2/27/2007 , Gunlaug Sørtun wrote:
Mike Breiding wrote:
  The following layout breaks in IE 6.o
  http://montrails.org/
Indeed.

Start by adding the following at the very bottom of your stylesheet...

@media screen {
* html #topbar, * html #name {overflow: hidden;}
* html #contenttext {overflow-x: hidden;}
* html #logo {margin-bottom: -4px;}
}
...and IE6 should not treat it too badly.

- These rules are preventing IE6' 'auto-expansion' bug - IE doesn't
respect dimensions if content doesn't fit inside.
regards Georg  http://www.gunlaug.no

Thanks, George. That did the trick.
-Mike



__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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] layout breaks in IE 6

2007-02-27 Thread Mike Breiding


The following layout breaks in IE 6.o
http://montrails.org/
http://montrails.org/mrtc_style.css

Any suggestion on how to fix this would be appreciated.

-Mike
__
css-discuss [EMAIL PROTECTED]
http://www.css-discuss.org/mailman/listinfo/css-d
IE7 information -- 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/