Re: [css-d] help for an IE bug

2008-11-05 Thread ray
yeah, it works. This is the second bug I encountered whose root cause is the hasLayout problem. What a stupid bug. Thanks. On Fri, Oct 31, 2008 at 3:43 PM, Gunlaug Sørtun <[EMAIL PROTECTED]> wrote: > ray wrote: > > Look at this page http://www.soundbowl.com/test.html in IE7. The outer >> div ha

Re: [css-d] help for an IE bug

2008-11-03 Thread Gunlaug Sørtun
ray wrote: > Look at this page http://www.soundbowl.com/test.html in IE7. The > outer div has a padding of 6px, but the inner div seems not respect > to this padding, its background covers the left padding of its parent > div. Add a 'hasLayout' trigger to #inner... #inner { height: 1%; } ...s

Re: [css-d] help for an IE bug

2008-10-31 Thread Adam Ducker
ray wrote: > Look at this page http://www.soundbowl.com/test.html in IE7. The outer div > has a padding of 6px, but the inner div seems not respect to this padding, > its background covers the left padding of its parent div. When I set "float: left;" on the inner box it respects that padding. Wh

[css-d] help for an IE bug

2008-10-30 Thread ray
Hi, all Look at this page http://www.soundbowl.com/test.html in IE7. The outer div has a padding of 6px, but the inner div seems not respect to this padding, its background covers the left padding of its parent div. It's fine if I remove the anchor called "textAnchor" within the inner div. This pa