[css-d] Problem with IE7 content coming out of box

2011-05-05 Thread Carol Swinehart
http://www.culpepers.biz/test/index.html Page parses and is correct on all browsers except IE7 where the content area is off to the right. Can't seem to find what may be open or what is causing this problem. Thanks, Carol __ cs

Re: [css-d] Problem with IE7 content coming out of box

2011-05-05 Thread Chetan Crasta
Add this: #main {left:0;} Regards, Chetan Crasta __ 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.

Re: [css-d] Problem with IE7 content coming out of box

2011-05-05 Thread Chetan Crasta
On Fri, May 6, 2011 at 10:00 AM, Chetan Crasta wrote: > Add this: > > #main {left:0;} > This will also work: #main {zoom:1;} or #main {height:1%;} Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www

Re: [css-d] Problem with IE7 content coming out of box

2011-05-06 Thread Chetan Crasta
The suggestions that I gave earlier unfortunately work only when applied using the IE Developer Toolbar! The correct solution is this: Also, it is a better to load the html5.js file before loading the css files (by putting it earlier in the source). Regards, Chetan Crasta __

Re: [css-d] Problem with IE7 content coming out of box

2011-05-06 Thread Chetan Crasta
On Fri, May 6, 2011 at 11:21 PM, Chetan Crasta wrote: Oops, should be Regards, Chetan Crasta __ css-discuss [css-d@lists.css-discuss.org] http://www.css-discuss.org/mailman/listinfo/css-d List wiki/FAQ -- http://css-discuss.inc